Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 committed Aug 17, 2017
1 parent 6c50e6e commit 8dd4ffd
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-RC4</version>
</parent>

<artifactId>microprofile-jwt-auth-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC4</version>
<name>MicroProfile JWT Auth API</name>

<dependencies>
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-RC4</version>
<name>MicroProfile JWT Auth Parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -66,7 +65,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-RC4</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-RC4</version>
</parent>

<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC4</version>
<name>MicroProfile JWT Auth Specification</name>
<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-RC4</version>
</parent>

<artifactId>microprofile-jwt-auth-tck</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC4</version>
<name>MicroProfile JWT Auth TCK Harness</name>

<properties>
Expand All @@ -40,7 +39,7 @@
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8dd4ffd

Please sign in to comment.