Skip to content

Commit

Permalink
Set version number to 2.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
csadilek committed Jun 25, 2012
1 parent 513a86c commit cca52de
Show file tree
Hide file tree
Showing 35 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/asyncdemo/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion errai-bus/demos/bus-stress-test/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/clientservice/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion errai-bus/demos/helloworld/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/queryservice/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/rpcdemo/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/serialization/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/demos/stockdemo/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-bus/pom.xml
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/demos/errai-cdi-mobile-demo/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/demos/errai-cdi-mvp-demo/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/demos/errai-cdi-stock-demo/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/demos/errai-cdi-stress-test/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/demos/errai-cdi-tagcloud-demo/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/errai-cdi-client/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cdi-integration-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/errai-javax-enterprise/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>cdi-integration-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/jetty/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-cdi/weld-integration/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>cdi-integration-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-codegen/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>errai-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Errai::Codegen</name>
Expand Down
4 changes: 2 additions & 2 deletions errai-common/pom.xml
Expand Up @@ -13,14 +13,14 @@
<name>Errai::Common</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-common</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<!-- Parent -->
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions errai-ioc/pom.xml
Expand Up @@ -18,27 +18,27 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-codegen</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-tools</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion errai-jaxrs/demos/jaxrs-demo/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>jaxrs-integration-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-jaxrs/errai-jaxrs-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jaxrs-integration-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion errai-jaxrs/errai-jaxrs-provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jaxrs-integration-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-jaxrs-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion errai-jaxrs/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions errai-js/pom.xml
Expand Up @@ -10,27 +10,27 @@
<parent>
<artifactId>errai-parent</artifactId>
<groupId>org.jboss.errai</groupId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-marshalling</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-codegen</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion errai-marshalling/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions errai-tools/pom.xml
Expand Up @@ -4,14 +4,14 @@
<name>Errai::Tools</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-tools</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<!-- Parent -->
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion errai-uibinder/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -20,7 +20,7 @@
<name>Errai</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<url>http://jboss.org/errai/errai</url>
Expand Down
2 changes: 1 addition & 1 deletion quickstart/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion reference/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>2.0.1.Final</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit cca52de

Please sign in to comment.