Skip to content

Commit

Permalink
Set version to 2.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Sep 26, 2024
1 parent eca9c88 commit bd8a639
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-jwt-auth-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>MicroProfile JWT Auth</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-jwt-auth-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-jwt-auth-tck</artifactId>
Expand Down

0 comments on commit bd8a639

Please sign in to comment.