Skip to content

Commit d4a0827

Browse files
committed
[maven-release-plugin] prepare release 0.12.3
1 parent bc540fc commit d4a0827

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

extensions/gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/orgjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.jsonwebtoken</groupId>
2121
<artifactId>jjwt-root</artifactId>
22-
<version>0.12.3-SNAPSHOT</version>
22+
<version>0.12.3</version>
2323
<name>JJWT</name>
2424
<description>JSON Web Token support for the JVM and Android</description>
2525
<packaging>pom</packaging>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:https://github.com/jwtk/jjwt.git</connection>
5353
<developerConnection>scm:git:git@github.com:jwtk/jjwt.git</developerConnection>
5454
<url>git@github.com:jwtk/jjwt.git</url>
55-
<tag>HEAD</tag>
55+
<tag>0.12.3</tag>
5656
</scm>
5757
<issueManagement>
5858
<system>GitHub Issues</system>

tdjar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.3-SNAPSHOT</version>
24+
<version>0.12.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)