Home
last modified time | relevance | path

Searched +full:- +full:dprocessallmodules (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Dupdate-snapshot-version.yml5 runtime-versions:
10 - git config --global user.name "AWS"
11 - git config --global user.email "<>"
15 - git checkout master
16 - git merge origin/release --no-ff --no-edit
17 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)
18 - echo "Current version is $CURRENT_VERSION"
19 - RELEASE_VERSION=`echo "$CURRENT_VERSION" | cut -d "-" -f1`
20 - MAJOR=$(echo $RELEASE_VERSION | cut -d'.' -f1)
21 - MINOR=$(echo $RELEASE_VERSION | cut -d'.' -f2)
[all …]
H A Dupdate-master-from-release.yml5 runtime-versions:
10 - git config --global user.name "AWS"
11 - git config --global user.email "<>"
12 - 'PUBLIC_REPOSITORY_URL="https://[email protected]/aws/aws-sdk-java-v2.git"'
16 - mkdir release
17 - cd release
18 -
19 - git clone -o public -b release $PUBLIC_REPOSITORY_URL .
20 - echo 'For debugging, running version command without -q'
21 - mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec
[all …]