Skip to content

Commit

Permalink
Use Tycho 4.0.5 SNAPSHOT
Browse files Browse the repository at this point in the history
As tycho 4.0.5 contains some important Api Tools fixes we should use the
snapshot until the release.
  • Loading branch information
laeubi committed Nov 29, 2023
1 parent 2fb8fd4 commit 6954dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ pipeline {
export KEYRING="deadbeef"
export KEYRING_PASSPHRASE="none"
fi
mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository
mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository -U
mvn clean verify -e -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Pbree-libs \
${MVN_ARGS} \
-DskipTests=true \
-Dcompare-version-with-baselines.skip=false \
-DapiBaselineTargetDirectory=${WORKSPACE} \
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
-Dcbi-ecj-version=99.99
-Dcbi-ecj-version=99.99 \
-U
'''
}

Expand Down
2 changes: 1 addition & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<releaseNumberSDK>4.31</releaseNumberSDK>
<releaseNumberPlatform>4.31</releaseNumberPlatform>

<tycho.version>4.0.4</tycho.version>
<tycho.version>4.0.5-SNAPSHOT</tycho.version>

<cbi-plugins.version>1.4.3</cbi-plugins.version>
<surefire.version>3.2.2</surefire.version>
Expand Down

0 comments on commit 6954dc1

Please sign in to comment.