Author: bdaw
Date: 2011-10-20 12:20:55 -0400 (Thu, 20 Oct 2011)
New Revision: 7802
Modified:
components/pc/trunk/
components/pc/trunk/pom.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/pom.xml
components/pc/trunk/test/servers/jboss42/pom.xml
components/pc/trunk/test/servers/jboss51/pom.xml
components/pc/trunk/test/servers/jboss6/pom.xml
components/pc/trunk/test/servers/jetty6/pom.xml
components/pc/trunk/test/servers/pom.xml
components/pc/trunk/test/servers/tomcat6/pom.xml
components/pc/trunk/test/servers/tomcat7/pom.xml
Log:
update dep and parent depdendencies and fix broken version in pom after last release
Property changes on: components/pc/trunk
___________________________________________________________________
Modified: svn:ignore
- target
.settings
.project
.idea
*.iml
+ target
.settings
.project
.idea
*.iml
*.iws
*.ipr
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.1.0-Beta02</version>
+ <version>1.1.0-GA</version>
</parent>
<groupId>org.gatein.pc</groupId>
@@ -117,7 +117,7 @@
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
- <version>1.1.0-Beta06</version>
+ <version>1.1.0-GA</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/core/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-core</artifactId>
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
Modified: components/pc/trunk/test/servers/jboss42/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss42/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/jboss42/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-jboss42</artifactId>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-jboss51</artifactId>
Modified: components/pc/trunk/test/servers/jboss6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss6/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-jboss6</artifactId>
Modified: components/pc/trunk/test/servers/jetty6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jetty6/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-jetty6</artifactId>
Modified: components/pc/trunk/test/servers/pom.xml
===================================================================
--- components/pc/trunk/test/servers/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-servers</artifactId>
Modified: components/pc/trunk/test/servers/tomcat6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat6</artifactId>
Modified: components/pc/trunk/test/servers/tomcat7/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat7/pom.xml 2011-10-20 15:32:36 UTC (rev 7801)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-10-20 16:20:55 UTC (rev 7802)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>