Skip to content

Commit b73b10b

Browse files
[maven-release-plugin] prepare release 2.1
1 parent 46a93ec commit b73b10b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.jwt</groupId>
2121
<artifactId>microprofile-jwt-auth-parent</artifactId>
22-
<version>2.2-SNAPSHOT</version>
22+
<version>2.1</version>
2323
</parent>
2424

2525
<artifactId>microprofile-jwt-auth-api</artifactId>

pom.xml

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

2525
<groupId>org.eclipse.microprofile.jwt</groupId>
2626
<artifactId>microprofile-jwt-auth-parent</artifactId>
27-
<version>2.2-SNAPSHOT</version>
27+
<version>2.1</version>
2828

2929
<packaging>pom</packaging>
3030
<name>MicroProfile JWT Auth</name>
@@ -120,7 +120,7 @@
120120
<connection>scm:git:https://github.com/eclipse/microprofile-jwt-auth.git</connection>
121121
<developerConnection>scm:git:git@github.com:eclipse/microprofile-jwt-auth.git</developerConnection>
122122
<url>https://github.com/eclipse/microprofile-jwt-auth</url>
123-
<tag>HEAD</tag>
123+
<tag>2.1</tag>
124124
</scm>
125125

126126
<dependencyManagement>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.jwt</groupId>
2121
<artifactId>microprofile-jwt-auth-parent</artifactId>
22-
<version>2.2-SNAPSHOT</version>
22+
<version>2.1</version>
2323
</parent>
2424

2525
<artifactId>microprofile-jwt-auth-spec</artifactId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.microprofile.jwt</groupId>
2121
<artifactId>microprofile-jwt-auth-parent</artifactId>
22-
<version>2.2-SNAPSHOT</version>
22+
<version>2.1</version>
2323
</parent>
2424

2525
<artifactId>microprofile-jwt-auth-tck</artifactId>

0 commit comments

Comments
 (0)