Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Jul 3, 2024
1 parent 25bc473 commit 772a50f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jwt-servlet-auth-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jwt-servlet-auth-parent</artifactId>
<groupId>io.telicent.public</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwt-servlet-auth-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-servlet-auth-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jwt-servlet-auth-parent</artifactId>
<groupId>io.telicent.public</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwt-servlet-auth-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jwt-servlet-auth-common-integration-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jwt-servlet-auth-integration-tests-report</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jwt-servlet-auth-jaxrs3-integration-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jwt-servlet-auth-servlet3-integration-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jwt-servlet-auth-servlet5-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-servlet-auth-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<artifactId>jwt-servlet-auth-integration-tests</artifactId>
<name>Telicent - JWT Servlet Auth - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion jwt-servlet-auth-jaxrs3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jwt-servlet-auth-parent</artifactId>
<groupId>io.telicent.public</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwt-servlet-auth-jaxrs3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-servlet-auth-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jwt-servlet-auth-parent</artifactId>
<groupId>io.telicent.public</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwt-servlet-auth-servlet3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-servlet-auth-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jwt-servlet-auth-parent</artifactId>
<groupId>io.telicent.public</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwt-servlet-auth-servlet5</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.telicent.public</groupId>
<artifactId>jwt-servlet-auth-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.1</version>
<modules>
<module>jwt-servlet-auth-core</module>
<module>jwt-servlet-auth-jaxrs3</module>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:https://github.com/telicent-oss/jwt-servlet-auth</connection>
<developerConnection>scm:git:ssh://git@github.com/telicent-oss/jwt-servlet-auth</developerConnection>
<url>https://github.com/telicent-oss/jwt-servlet-auth</url>
<tag>HEAD</tag>
<tag>0.15.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 772a50f

Please # to comment.