Searched +full:- +full:dnewversion (Results 1 – 7 of 7) sorted by relevance
1 name: Release google-java-format11 build-maven-jars:12 runs-on: ubuntu-latest16 - name: Checkout19 - name: Set up JDK20 uses: actions/setup-[email protected]22 java-version: 1725 server-id: sonatype-nexus-staging26 server-username: CI_DEPLOY_USERNAME27 server-password: CI_DEPLOY_PASSWORD[all …]
2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image8 - sudo add-apt-repository ppa:openjdk-r/ppa9 - sudo apt-get update -y10 - sudo apt-get install openjdk-11-jdk-headless maven wget unzip -y -f12 … - wget --quiet https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip13 - export ANDROID_SDK_ROOT=$CODEBUILD_SRC_DIR/android-sdk14 - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools15 - unzip commandlinetools-linux-7583922_latest.zip -d $ANDROID_SDK_ROOT/cmdline-tools17 - mv $ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools $ANDROID_SDK_ROOT/cmdline-tools/latest19 …- echo y | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;30.0.3" "p…[all …]
4 #JDK8 - mvn site:site9 #mvn -Ddoclint=none -Dadditionalparam=-Xdoclint:none javadoc:aggregate12 #mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${VERSION_NUMBER} 14 MVN='/java/maven-3.5.2//bin/mvn'47 if [ ! -z "$PASS" ]50 echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"54 git tag -m "tagging" -a v_${VERSION_NUMBER}55 git push --tags
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 …]
6 check-api-compatibility:7 runs-on: ubuntu-latest10 - name: Checkout old version14 path: 'gson-old-japicmp'16 - name: Set up JDK 1117 uses: actions/setup-java@v320 java-version: '11'23 - name: Build old version25 cd gson-old-japicmp27 …mvn --batch-mode --no-transfer-progress org.codehaus.mojo:versions-maven-plugin:2.11.0:set -DnewVe…[all …]
6 - 'tzdb*'8 - cron: '50 1 * * *'16 contents: write # for peter-evans/create-pull-request to create branch17 pull-requests: write # for peter-evans/create-pull-request to create a PR18 runs-on: ubuntu-latest21 - name: Checkout26 - name: Set up JDK27 uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.129 java-version: 833 - name: Maven version[all …]