Skip to content

Commit 96f50db

Browse files
[maven-release-plugin] prepare release 1.2
1 parent 5541b64 commit 96f50db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.jwt</groupId>
2222
<artifactId>microprofile-jwt-auth-parent</artifactId>
23-
<version>1.2-SNAPSHOT</version>
23+
<version>1.2</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-api</artifactId>
27-
<version>1.2-SNAPSHOT</version>
27+
<version>1.2</version>
2828
<name>MicroProfile JWT Auth API</name>
2929
<description>Eclipse MicroProfile JWT Feature - API</description>
3030

pom.xml

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

1919
<groupId>org.eclipse.microprofile.jwt</groupId>
2020
<artifactId>microprofile-jwt-auth-parent</artifactId>
21-
<version>1.2-SNAPSHOT</version>
21+
<version>1.2</version>
2222
<name>MicroProfile JWT Auth Parent</name>
2323
<description>Eclipse MicroProfile JWT Feature - Parent POM</description>
2424
<packaging>pom</packaging>
@@ -77,7 +77,7 @@
7777
<connection>scm:git:https://github.com/eclipse/microprofile-jwt-auth.git</connection>
7878
<developerConnection>scm:git:git@github.com:eclipse/microprofile-jwt-auth.git</developerConnection>
7979
<url>https://github.com/eclipse/microprofile-jwt-auth</url>
80-
<tag>HEAD</tag>
80+
<tag>1.2</tag>
8181
</scm>
8282

8383
<distributionManagement>

spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.jwt</groupId>
2222
<artifactId>microprofile-jwt-auth-parent</artifactId>
23-
<version>1.2-SNAPSHOT</version>
23+
<version>1.2</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-spec</artifactId>
27-
<version>1.2-SNAPSHOT</version>
27+
<version>1.2</version>
2828
<name>MicroProfile JWT Auth Specification</name>
2929
<description>Eclipse MicroProfile JWT Feature - Specification POM</description>
3030
<packaging>pom</packaging>

tck/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.jwt</groupId>
2222
<artifactId>microprofile-jwt-auth-parent</artifactId>
23-
<version>1.2-SNAPSHOT</version>
23+
<version>1.2</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-tck</artifactId>
27-
<version>1.2-SNAPSHOT</version>
27+
<version>1.2</version>
2828
<name>MicroProfile JWT Auth TCK Harness</name>
2929
<description>Eclipse MicroProfile JWT Feature - TCK</description>
3030

0 commit comments

Comments
 (0)