Skip to content

Commit

Permalink
Revert Jersey 2.39 upgrade (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 6, 2023
1 parent e2200d8 commit 03c25bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</scm>

<properties>
<revision>2.39-2</revision>
<revision>2.38-2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
<version>2.39</version>
<version>2.38</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 03c25bf

Please sign in to comment.