Skip to content

Commit

Permalink
Merge pull request #544 from turkeylurkey/release-2.2
Browse files Browse the repository at this point in the history
Release 2.2
  • Loading branch information
turkeylurkey authored Nov 25, 2024
2 parents 121b420 + 3e450ac commit 042918a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ pipeline {
cd jakarta.jdt
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION
./mvnw versions:set-scm-tag -DnewTag=$VERSION
./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false
./mvnw clean verify
cd ../jakarta.ls
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION
./mvnw versions:set-scm-tag -DnewTag=$VERSION
./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false
./mvnw clean verify
cd ../jakarta.eclipse
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION
cd ..
Expand Down

0 comments on commit 042918a

Please sign in to comment.