Skip to content

Commit 6175fb6

Browse files
[maven-release-plugin] prepare release 1.1.1-RC1
1 parent 99bf388 commit 6175fb6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.1.1-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-api</artifactId>
27-
<version>1.2-SNAPSHOT</version>
27+
<version>1.1.1-RC1</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.1.1-RC1</version>
2222
<name>MicroProfile JWT Auth Parent</name>
2323
<description>Eclipse MicroProfile JWT Feature - Parent POM</description>
2424
<packaging>pom</packaging>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:https://github.com/eclipse/microprofile-jwt-auth.git</connection>
6868
<developerConnection>scm:git:git@github.com:eclipse/microprofile-jwt-auth.git</developerConnection>
6969
<url>https://github.com/eclipse/microprofile-jwt-auth</url>
70-
<tag>HEAD</tag>
70+
<tag>1.1.1-RC1</tag>
7171
</scm>
7272

7373
<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.1.1-RC1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-spec</artifactId>
27-
<version>1.2-SNAPSHOT</version>
27+
<version>1.1.1-RC1</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: 3 additions & 3 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.1.1-RC1</version>
2424
</parent>
2525

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

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.eclipse.microprofile.jwt</groupId>
4747
<artifactId>microprofile-jwt-auth-api</artifactId>
48-
<version>1.2-SNAPSHOT</version>
48+
<version>1.1.1-RC1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.eclipse.microprofile.config</groupId>

0 commit comments

Comments
 (0)