Skip to content

Commit 3b2599f

Browse files
committed
Reset all to 1.1-SNAPSHOT
1 parent 4da627f commit 3b2599f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

api/pom.xml

+2-2
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.1-RC2-SNAPSHOT</version>
23+
<version>1.1-SNAPSHOT</version>
2424
</parent>
2525

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

pom.xml

+1-1
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.1-RC2-SNAPSHOT</version>
21+
<version>1.1-SNAPSHOT</version>
2222
<name>MicroProfile JWT Auth Parent</name>
2323
<description>Eclipse MicroProfile JWT Feature - Parent POM</description>
2424
<packaging>pom</packaging>

sandbox/pom.xml

+4-4
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.1-RC2-SNAPSHOT</version>
23+
<version>1.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-sandbox</artifactId>
27-
<version>1.1-RC2-SNAPSHOT</version>
27+
<version>1.1-SNAPSHOT</version>
2828
<name>MicroProfile JWT Auth Sandbox</name>
2929
<description>Eclipse MicroProfile JWT Feature - Sandbox</description>
3030

@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>org.eclipse.microprofile.jwt</groupId>
7777
<artifactId>microprofile-jwt-auth-api</artifactId>
78-
<version>1.1-RC2-SNAPSHOT</version>
78+
<version>1.1-SNAPSHOT</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.eclipse.microprofile.jwt</groupId>
8282
<artifactId>microprofile-jwt-auth-tck</artifactId>
83-
<version>1.1-RC2-SNAPSHOT</version>
83+
<version>1.1-SNAPSHOT</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.bitbucket.b_c</groupId>

spec/pom.xml

+2-2
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.1-RC2-SNAPSHOT</version>
23+
<version>1.1-SNAPSHOT</version>
2424
</parent>
2525

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

tck/pom.xml

+3-3
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.1-RC2-SNAPSHOT</version>
23+
<version>1.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-jwt-auth-tck</artifactId>
27-
<version>1.1-RC2-SNAPSHOT</version>
27+
<version>1.1-SNAPSHOT</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.1-RC2-SNAPSHOT</version>
48+
<version>1.1-SNAPSHOT</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.eclipse.microprofile.config</groupId>

0 commit comments

Comments
 (0)