Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Feb 25, 2015
1 parent f6df38e commit dd15277
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Arquillian Cube API</name>
Expand Down
2 changes: 1 addition & 1 deletion containerless/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
</parent>
<name>Arquillian Cube Containerless Container</name>
<artifactId>arquillian-cube-containerless</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker-server-stub/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Arquillian Cube Docker Server Stubs</name>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Arquillian Cube Docker</name>
Expand Down
2 changes: 1 addition & 1 deletion ftest-boot2docker/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
</parent>
<name>Arquillian Cube Functional Test Boot2Docker</name>
<artifactId>arquillian-cube-ftest-boot2docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ftest-standalone/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
</parent>
<name>Arquillian Cube Functional Test Standalone</name>
<artifactId>arquillian-cube-ftest-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ftest/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
</parent>
<name>Arquillian Cube Functional Test</name>
<artifactId>arquillian-cube-ftest</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<!-- Artifact Configuration -->
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
<packaging>pom</packaging>

<name>Arquillian Cube Extension</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<connection>scm:git:git://git@github.com:arquillian/arquillian-cube.git</connection>
<developerConnection>scm:git:ssh://github.com/arquillian/arquillian-cube.git</developerConnection>
<url>git://github.com/arquillian/arquillian-cube.git</url>
<tag>HEAD</tag>
<tag>1.0.0.Alpha4</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Arquillian Cube SPI</name>
Expand Down

0 comments on commit dd15277

Please sign in to comment.