Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 committed Sep 15, 2017
1 parent 69d45a9 commit ebdcd20
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -20,11 +20,11 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>microprofile-jwt-auth-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
<name>MicroProfile JWT Auth API</name>
<description>Eclipse MicroProfile JWT Feature - API</description>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -18,7 +18,7 @@

<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
<name>MicroProfile JWT Auth Parent</name>
<description>Eclipse MicroProfile JWT Feature - Parent POM</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -67,7 +67,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-jwt-auth.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/microprofile-jwt-auth.git</developerConnection>
<url>https://github.com/eclipse/microprofile-jwt-auth</url>
<tag>HEAD</tag>
<tag>1.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Expand Up @@ -20,11 +20,11 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
<name>MicroProfile JWT Auth Specification</name>
<description>Eclipse MicroProfile JWT Feature - Specification POM</description>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions tck/pom.xml
Expand Up @@ -20,11 +20,11 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>microprofile-jwt-auth-tck</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
<name>MicroProfile JWT Auth TCK Harness</name>
<description>Eclipse MicroProfile JWT Feature - TCK</description>

Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ebdcd20

Please sign in to comment.