Skip to content

Commit

Permalink
ARQ-221 Bump project versions in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jul 27, 2010
1 parent 0bbfea8 commit 14de294
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions archetypes/junit-javaee6/pom.xml
Expand Up @@ -9,12 +9,12 @@
<packaging>jar</packaging>
<name>${projectName}</name>
<description>Arquillian JUnit project for testing Java EE 6 applications</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
<version.arquillian>1.0.0-SNAPSHOT</version.arquillian>
<version.arquillian>1.0.0.Alpha3</version.arquillian>
<version.glassfish>3.0.1-b19</version.glassfish>
<version.jboss-as-client>6.0.0.20100429-M3</version.jboss-as-client>
<version.jboss-javaee6-spec>1.0.0.Beta4</version.jboss-javaee6-spec>
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Expand Up @@ -16,7 +16,7 @@
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<name>Arquillian Build</name>
<description>Arquillian Build Configuration</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
</parent>

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>build/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion protocols/jmx-osgi/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>

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

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

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

<!-- Model Information -->
Expand Down
2 changes: 1 addition & 1 deletion protocols/servlet-2.5/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protocols/servlet-3/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>

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

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

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions tests/deployment/pom.xml
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.arquillian.test</groupId>
<artifactId>deployment</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>

<properties>
<arquillian.version>1.0.0-SNAPSHOT</arquillian.version>
<arquillian.version>1.0.0.Alpha3</arquillian.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 14de294

Please sign in to comment.