Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Apr 15, 2024
1 parent b9ebb52 commit 53780db
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/jwt-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/jwt-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/jwt-cdi-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-cdi-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/jwt-http-mechanism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-http-mechanism</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/jwt-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>smallrye-jwt-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>

<packaging>pom</packaging>
<name>SmallRye: MicroProfile JWT Parent</name>
Expand Down Expand Up @@ -64,7 +64,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-jwt.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-jwt.git</developerConnection>
<url>https://github.com/smallrye/smallrye-jwt/</url>
<tag>HEAD</tag>
<tag>4.5.1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-testsuite-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-testsuite-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-testsuite-parent</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>

<artifactId>smallrye-jwt-tck</artifactId>
Expand Down

0 comments on commit 53780db

Please sign in to comment.