Skip to content

Commit 15503da

Browse files
committed
[maven-release-plugin] prepare release 0.12.1
1 parent 64b1f0b commit 15503da

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
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.1-SNAPSHOT</version>
24+
<version>0.12.1</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.1-SNAPSHOT</version>
24+
<version>0.12.1</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.1-SNAPSHOT</version>
24+
<version>0.12.1</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.1-SNAPSHOT</version>
24+
<version>0.12.1</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.1-SNAPSHOT</version>
24+
<version>0.12.1</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.1-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1918
<modelVersion>4.0.0</modelVersion>
2019

2120
<groupId>io.jsonwebtoken</groupId>
2221
<artifactId>jjwt-root</artifactId>
23-
<version>0.12.1-SNAPSHOT</version>
22+
<version>0.12.1</version>
2423
<name>JJWT</name>
2524
<description>JSON Web Token support for the JVM and Android</description>
2625
<packaging>pom</packaging>
@@ -53,7 +52,7 @@
5352
<connection>scm:git:https://github.com/jwtk/jjwt.git</connection>
5453
<developerConnection>scm:git:[email protected]:jwtk/jjwt.git</developerConnection>
5554
<url>[email protected]:jwtk/jjwt.git</url>
56-
<tag>HEAD</tag>
55+
<tag>0.12.1</tag>
5756
</scm>
5857
<issueManagement>
5958
<system>GitHub Issues</system>
@@ -91,7 +90,7 @@
9190
<properties>
9291

9392
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
94-
<arguments/>
93+
<arguments />
9594

9695
<jjwt.root>${basedir}</jjwt.root>
9796
<jjwt.previousVersion>0.11.2</jjwt.previousVersion>
@@ -114,7 +113,7 @@
114113
<orgjson.version>20230618</orgjson.version>
115114
<gson.version>2.9.0</gson.version>
116115

117-
<maven.javadoc.additionalOptions/>
116+
<maven.javadoc.additionalOptions />
118117

119118
<!-- Optional Runtime Dependencies: -->
120119
<bouncycastle.version>1.76</bouncycastle.version>
@@ -130,7 +129,7 @@
130129
<surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
131130
<clover.version>4.3.1</clover.version> <!-- max version allowed for JDK 7 builds -->
132131
<clover.db>${jjwt.root}/target/clover/clover.db</clover.db>
133-
<surefire.argLine/>
132+
<surefire.argLine />
134133
<test.addOpens>
135134
--add-opens java.base/java.lang=ALL-UNNAMED, <!-- Needed by EasyMock/cglib -->
136135
--add-opens java.desktop/java.beans=ALL-UNNAMED, <!-- Needed by EasyMock/cglib -->
@@ -474,8 +473,7 @@
474473
</includes>
475474
</artifactSet>
476475
<transformers>
477-
<transformer
478-
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
476+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
479477
</transformers>
480478
</configuration>
481479
<executions>
@@ -709,7 +707,7 @@
709707
<!-- <configuration>-->
710708
<!-- <source>${jdk.version}</source>-->
711709
<!-- <target>${jdk.version}</target>-->
712-
<!-- <release/>-->
710+
<!-- <release />-->
713711
<!-- <encoding>${project.build.sourceEncoding}</encoding>-->
714712
<!-- <excludes>-->
715713
<!-- <exclude>module-info.java</exclude>-->

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.1-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)