Searched +full:- +full:dprocessallmodules (Results 1 – 2 of 2) sorted by relevance
5 runtime-versions:10 - git config --global user.name "AWS"11 - git config --global user.email "<>"15 - git checkout master16 - git merge origin/release --no-ff --no-edit17 - 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 …]
5 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 release17 - cd release18 -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 …]