Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrock committed Mar 23, 2011
1 parent b237c81 commit f5c0efe
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 28 deletions.
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>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
4 changes: 2 additions & 2 deletions errai-bus-demos/pom.xml
Expand Up @@ -3,14 +3,14 @@
<name>Errai::Bus::Demos</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus-demos</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>pom</packaging>

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions errai-bus/pom.xml
Expand Up @@ -19,7 +19,7 @@
<name>Errai::Bus</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>jar</packaging>
<description>Errai Bus</description>
<url>http://www.jboss.org/errai/erraibus</url>
Expand All @@ -35,7 +35,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
6 changes: 3 additions & 3 deletions errai-ioc/pom.xml
Expand Up @@ -19,22 +19,22 @@
<name>Errai::IoC</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-ioc</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
</dependency>
<dependency>
<groupId>com.google.code.guice</groupId>
Expand Down
4 changes: 2 additions & 2 deletions errai-persistence/pom.xml
Expand Up @@ -19,14 +19,14 @@
<name>Errai::Persistence</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-persistence</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>jar</packaging>

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions errai-workspaces/pom.xml
Expand Up @@ -19,14 +19,14 @@
<name>Errai::Workspaces</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-workspaces</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>jar</packaging>

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

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<name>Errai</name>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<packaging>pom</packaging>

<url>http://jboss.org/errai/errai</url>
Expand Down
4 changes: 2 additions & 2 deletions userguide/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -93,7 +93,7 @@
<tasks>

<copy todir="${project.build.directory}/docbook/publish/en/html_single/">
<fileset dir="${basedir}/src/js" includes="*.js"/>
<fileset dir="${basedir}/src/js" includes="*.js" />
</copy>

</tasks>
Expand Down

0 comments on commit f5c0efe

Please sign in to comment.