Skip to content

Commit

Permalink
Prepare for 2.0.2.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Dec 22, 2016
1 parent eeebc16 commit 5caba04
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common-domain/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion container-embedded/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion container-managed-domain/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-arquillian-container-domain-managed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container-managed/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion container-remote-domain/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion container-remote/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -35,7 +35,7 @@
<artifactId>wildfly-arquillian-parent</artifactId>

<groupId>org.wildfly.arquillian</groupId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<name>WildFly: Arquillian</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion protocol-jmx/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testenricher-msc/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testng-integration/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5caba04

Please sign in to comment.