Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-RC10
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 committed Sep 6, 2017
1 parent 41bd367 commit 24cf6de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
7 changes: 3 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- 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.0-SNAPSHOT</version>
<version>1.0-RC10</version>
</parent>

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

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC10</version>
<name>MicroProfile JWT Auth Parent</name>
<description>Eclipse MicroProfile JWT Feature - Parent POM</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -67,7 +66,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-RC10</tag>
</scm>

<distributionManagement>
Expand Down
7 changes: 3 additions & 4 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- 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.0-SNAPSHOT</version>
<version>1.0-RC10</version>
</parent>

<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC10</version>
<name>MicroProfile JWT Auth Specification</name>
<description>Eclipse MicroProfile JWT Feature - Specification POM</description>
<packaging>pom</packaging>
Expand Down
9 changes: 4 additions & 5 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- 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.0-SNAPSHOT</version>
<version>1.0-RC10</version>
</parent>

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

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

<dependency>
Expand Down

0 comments on commit 24cf6de

Please sign in to comment.