Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Aug 5, 2024
1 parent 134e142 commit 97e4377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaxrs3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<main.java.version>11</main.java.version>
<jersey.version>2.44</jersey.version>
<jersey.version>3.1.8</jersey.version>
<main.basedir>${project.basedir}/..</main.basedir>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<main.java.version>17</main.java.version>
<jersey.version>2.44</jersey.version>
<jersey.version>4.0.0-M1</jersey.version>
<main.basedir>${project.basedir}/..</main.basedir>
</properties>

Expand Down

0 comments on commit 97e4377

Please sign in to comment.