Skip to content

Commit

Permalink
Use install command to deploy jars locally. Change the dependencies i…
Browse files Browse the repository at this point in the history
…n pom

Signed-off-by: Paul Gooderham <[email protected]>
  • Loading branch information
turkeylurkey committed Nov 26, 2024
1 parent 72d4f40 commit 17d2951
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 install
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 install
cd ../jakarta.eclipse
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION
cd ..
Expand Down
2 changes: 1 addition & 1 deletion jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<artifactItem>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.ls</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<classifier>jar-with-dependencies</classifier>
</artifactItem>
</artifactItems>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.ls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.jdt.core</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
</dependencies>
<pluginRepositories>
Expand Down

0 comments on commit 17d2951

Please sign in to comment.