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
OndroMih committed Sep 14, 2017
1 parent 101bc26 commit 0d6218d
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
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</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

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


Expand Down
7 changes: 3 additions & 4 deletions pom.xml
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</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<name>MicroProfile Fault Tolerance</name>
Expand Down Expand Up @@ -72,7 +71,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</tag>
</scm>

<distributionManagement>
Expand Down
7 changes: 3 additions & 4 deletions spec/pom.xml
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</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

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

<properties>
Expand Down
9 changes: 4 additions & 5 deletions tck/pom.xml
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</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</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</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 0d6218d

Please sign in to comment.