Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsutter committed Aug 21, 2017
1 parent 22002b1 commit bcb3323
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,20 +13,19 @@
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.fault.tolerance.parent</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<groupId>org.eclipse.microprofile.fault.tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<name>microProfile-fault-tolerance-api</name>


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.fault.tolerance.parent</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0-RC1</version>
<packaging>pom</packaging>

<url>http://microprofile.io</url>
Expand Down Expand Up @@ -65,7 +64,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/microprofile-fault-tolerance.git</developerConnection>
<url>https://github.com/eclipse/microprofile-fault-tolerance</url>
<tag>HEAD</tag>
<tag>1.0-RC1</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,20 +13,19 @@
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.fault.tolerance.parent</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<groupId>org.eclipse.microprofile.fault.tolerance</groupId>
<artifactId>microprofile-fault-tolerance-spec</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<packaging>pom</packaging>

<properties>
Expand Down
9 changes: 4 additions & 5 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@
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.fault.tolerance.parent</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>

<groupId>org.eclipse.microprofile.fault.tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>

<properties>
<arquillian.version>1.1.13.Final</arquillian.version>
Expand All @@ -50,7 +49,7 @@
<dependency>
<groupId>org.eclipse.microprofile.fault.tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit bcb3323

Please sign in to comment.