Skip to content

Commit

Permalink
ARQ-1042 prepare release 1.0.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jul 23, 2012
1 parent ee8f032 commit 92d943b
Show file tree
Hide file tree
Showing 37 changed files with 43 additions and 49 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -7,7 +7,7 @@
<!-- Artifact Information --> <!-- Artifact Information -->
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId> <artifactId>arquillian-bom</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Arquillian BOM</name> <name>Arquillian BOM</name>
<url>http://arquillian.org</url> <url>http://arquillian.org</url>
Expand Down
5 changes: 2 additions & 3 deletions build/pom.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- vi:ts=2:sw=2:expandtab: --> <!-- vi:ts=2:sw=2:expandtab: -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion config/api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion config/impl-base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion config/spi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion container/impl-base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion container/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion container/spi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions container/test-api/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion container/test-impl-base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions container/test-spi/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion core/api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion core/impl-base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion core/spi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion junit/container/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion junit/core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion junit/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion junit/standalone/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@
<!-- Artifact Information --> <!-- Artifact Information -->
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Arquillian Aggregator</name> <name>Arquillian Aggregator</name>
<url>http://arquillian.org</url> <url>http://arquillian.org</url>
Expand Down
2 changes: 1 addition & 1 deletion protocols/jmx/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion protocols/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
5 changes: 2 additions & 3 deletions protocols/servlet/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion test/api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion test/impl-base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion test/spi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions testenrichers/cdi/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions testenrichers/ejb/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">


<!-- Parent --> <!-- Parent -->
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion testenrichers/initialcontext/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion testenrichers/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion testenrichers/resource/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion testng/container/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion testng/core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion testng/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId> <artifactId>arquillian-parent</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
</parent> </parent>


<!-- Model Information --> <!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion testng/standalone/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId> <artifactId>arquillian-build</artifactId>
<version>1.0.2.Final-SNAPSHOT</version> <version>1.0.2.Final</version>
<relativePath>../../build/pom.xml</relativePath> <relativePath>../../build/pom.xml</relativePath>
</parent> </parent>


Expand Down

0 comments on commit 92d943b

Please sign in to comment.