Home
last modified time | relevance | path

Searched +full:- +full:dgeneratebackuppoms (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/slf4j/
H A Drelease.sh4 #JDK8 - mvn site:site
9 #mvn -Ddoclint=none -Dadditionalparam=-Xdoclint:none javadoc:aggregate
12 #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
/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 …]
/aosp_15_r20/external/threetenbp/.github/workflows/
H A Dtzdbupdate.yml6 - 'tzdb*'
8 - cron: '50 1 * * *'
16 contents: write # for peter-evans/create-pull-request to create branch
17 pull-requests: write # for peter-evans/create-pull-request to create a PR
18 runs-on: ubuntu-latest
21 - name: Checkout
26 - name: Set up JDK
27 uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.1
29 java-version: 8
33 - name: Maven version
[all …]