Author: thomas.heute(a)jboss.com
Date: 2009-09-01 21:14:40 -0400 (Tue, 01 Sep 2009)
New Revision: 154
Modified:
components/pc/tags/2.1.0-Beta01/api/pom.xml
components/pc/tags/2.1.0-Beta01/bridge/pom.xml
components/pc/tags/2.1.0-Beta01/build/pom.xml
components/pc/tags/2.1.0-Beta01/controller/pom.xml
components/pc/tags/2.1.0-Beta01/docs/pom.xml
components/pc/tags/2.1.0-Beta01/docs/user-guide/pom.xml
components/pc/tags/2.1.0-Beta01/federation/pom.xml
components/pc/tags/2.1.0-Beta01/jsr168api/pom.xml
components/pc/tags/2.1.0-Beta01/management/pom.xml
components/pc/tags/2.1.0-Beta01/mc/pom.xml
components/pc/tags/2.1.0-Beta01/pom.xml
components/pc/tags/2.1.0-Beta01/portal/pom.xml
components/pc/tags/2.1.0-Beta01/portlet/pom.xml
components/pc/tags/2.1.0-Beta01/samples/pom.xml
components/pc/tags/2.1.0-Beta01/test/pom.xml
Log:
Using correct version numbers
Modified: components/pc/tags/2.1.0-Beta01/api/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/api/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/api/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/bridge/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/bridge/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/bridge/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/build/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/build/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/build/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container (parent)</name>
Modified: components/pc/tags/2.1.0-Beta01/controller/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/controller/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/controller/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/docs/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/docs/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/docs/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<artifactId>docs-aggregator</artifactId>
Modified: components/pc/tags/2.1.0-Beta01/docs/user-guide/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/docs/user-guide/pom.xml 2009-09-02 01:10:08 UTC (rev
153)
+++ components/pc/tags/2.1.0-Beta01/docs/user-guide/pom.xml 2009-09-02 01:14:40 UTC (rev
154)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<packaging>jdocbook</packaging>
<name>GateIn - Portlet Container (User Guide ${translation})</name>
Modified: components/pc/tags/2.1.0-Beta01/federation/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/federation/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/federation/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/jsr168api/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/jsr168api/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/jsr168api/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/management/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/management/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/management/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/mc/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/mc/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/mc/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>GateIn - Portlet Container (aggregator)</name>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<distributionManagement>
<repository>
Modified: components/pc/tags/2.1.0-Beta01/portal/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/portal/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/portal/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/portlet/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/portlet/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/portlet/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/samples/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/samples/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/samples/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/pc/tags/2.1.0-Beta01/test/pom.xml
===================================================================
--- components/pc/tags/2.1.0-Beta01/test/pom.xml 2009-09-02 01:10:08 UTC (rev 153)
+++ components/pc/tags/2.1.0-Beta01/test/pom.xml 2009-09-02 01:14:40 UTC (rev 154)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>