gatein SVN: r7527 - components/pc/trunk/portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/xml.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-09-27 09:04:35 -0400 (Tue, 27 Sep 2011)
New Revision: 7527
Modified:
components/pc/trunk/portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/xml/XSD.java
Log:
- Log instead of outputting to std out...
Modified: components/pc/trunk/portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/xml/XSD.java
===================================================================
--- components/pc/trunk/portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/xml/XSD.java 2011-09-27 12:44:38 UTC (rev 7526)
+++ components/pc/trunk/portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/xml/XSD.java 2011-09-27 13:04:35 UTC (rev 7527)
@@ -87,7 +87,7 @@
try
{
InputStream in = XSD.class.getResourceAsStream(resolvedName);
- System.out.println("Resolved systemId=" + systemId);
+ log.debug("Resolved systemId=" + systemId);
DOMImplementationRegistry registry = DOMImplementationRegistry.newInstance();
DOMImplementationLS ls = (DOMImplementationLS)registry.getDOMImplementation("LS");
LSInput input = ls.createLSInput();
13 years, 3 months
gatein SVN: r7526 - in components/pc/trunk: api and 19 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 08:44:38 -0400 (Tue, 27 Sep 2011)
New Revision: 7526
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/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:
[maven-release-plugin] prepare for next development iteration
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/api/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/bridge/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/controller/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/docs/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/federation/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/jsr168api/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/management/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -33,7 +33,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container</name>
@@ -49,9 +49,9 @@
</issueManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Be...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Beta06</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/pc/tags/2.3.0-Beta06</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/pc/trunk</url>
</scm>
<properties>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/portal/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/portlet/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/samples/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/core/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/jboss42/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 12:44:02 UTC (rev 7525)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-09-27 12:44:38 UTC (rev 7526)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>
13 years, 3 months
gatein SVN: r7525 - components/pc/tags.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 08:44:02 -0400 (Tue, 27 Sep 2011)
New Revision: 7525
Added:
components/pc/tags/2.3.0-Beta06/
Log:
[maven-release-plugin] copy for tag 2.3.0-Beta06
13 years, 3 months
gatein SVN: r7524 - in components/pc/trunk: api and 19 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 08:43:38 -0400 (Tue, 27 Sep 2011)
New Revision: 7524
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/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:
[maven-release-plugin] prepare release 2.3.0-Beta06
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/api/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/bridge/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/controller/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/docs/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/federation/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/jsr168api/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/management/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -33,7 +33,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container</name>
@@ -49,9 +49,9 @@
</issueManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/pc/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Be...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Beta06</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/pc/tags/2.3.0-Beta06</url>
</scm>
<properties>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/portal/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/portlet/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/samples/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/core/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/jboss42/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 10:25:36 UTC (rev 7523)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-09-27 12:43:38 UTC (rev 7524)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>
13 years, 3 months
gatein SVN: r7523 - components/pc/trunk/test/servers.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 06:25:36 -0400 (Tue, 27 Sep 2011)
New Revision: 7523
Modified:
components/pc/trunk/test/servers/pom.xml
Log:
active by default is a broken concept, need to replace it with properties trick
Modified: components/pc/trunk/test/servers/pom.xml
===================================================================
--- components/pc/trunk/test/servers/pom.xml 2011-09-27 10:13:23 UTC (rev 7522)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 10:25:36 UTC (rev 7523)
@@ -241,21 +241,13 @@
<profile>
<id>default</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>!gatein.dev</name>
+ </property>
</activation>
<modules>
<module>tomcat6</module>
<module>tomcat7</module>
- <module>jboss51</module>
- <module>jboss6</module>
- <module>jetty6</module>
- </modules>
- </profile>
- <profile>
- <id>release</id>
- <modules>
- <module>tomcat6</module>
- <module>tomcat7</module>
<module>jboss42</module>
<module>jboss51</module>
<module>jboss6</module>
13 years, 3 months
gatein SVN: r7522 - components/pc/trunk/test/servers.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 06:13:23 -0400 (Tue, 27 Sep 2011)
New Revision: 7522
Modified:
components/pc/trunk/test/servers/pom.xml
Log:
actually the setting for test modules is better this way
Modified: components/pc/trunk/test/servers/pom.xml
===================================================================
--- components/pc/trunk/test/servers/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 10:13:23 UTC (rev 7522)
@@ -232,21 +232,26 @@
</build>
- <!-- By default we build those -->
- <modules>
- <module>tomcat6</module>
- <module>tomcat7</module>
- <module>jboss51</module>
- <module>jboss6</module>
- <module>jetty6</module>
- </modules>
-
<profiles>
<!-- ***************************************************************** -->
<!-- * Server profiles * -->
<!-- ***************************************************************** -->
+
<profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>tomcat6</module>
+ <module>tomcat7</module>
+ <module>jboss51</module>
+ <module>jboss6</module>
+ <module>jetty6</module>
+ </modules>
+ </profile>
+ <profile>
<id>release</id>
<modules>
<module>tomcat6</module>
13 years, 3 months
gatein SVN: r7521 - in components/pc: trunk and 19 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 05:59:41 -0400 (Tue, 27 Sep 2011)
New Revision: 7521
Removed:
components/pc/tags/2.3.0-Beta06/
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/pom.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/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:
rolling back release
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/api/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/bridge/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/controller/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/docs/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta06-SNAPSHOT</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta06-SNAPSHOT</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/federation/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/jsr168api/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/management/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -33,7 +33,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta06-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container</name>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/portal/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/portlet/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/samples/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta07-SNAPSHOT</version>
+ <version>2.3.0-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/core/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-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-09-27 08:13:29 UTC (rev 7520)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-09-27 09:59:41 UTC (rev 7521)
@@ -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-Beta06-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>
13 years, 3 months
gatein SVN: r7520 - in components/pc/trunk: api and 18 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 04:13:29 -0400 (Tue, 27 Sep 2011)
New Revision: 7520
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/pom.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/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:
[maven-release-plugin] prepare for next development iteration
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/api/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/bridge/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/controller/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/docs/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/federation/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/jsr168api/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/management/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -33,7 +33,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container</name>
@@ -49,9 +49,9 @@
</issueManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Be...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Beta06</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/pc/tags/2.3.0-Beta06</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/pc/trunk</url>
</scm>
<properties>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/portal/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/portlet/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/samples/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/core/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-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-09-27 08:12:56 UTC (rev 7519)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-09-27 08:13:29 UTC (rev 7520)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06</version>
+ <version>2.3.0-Beta07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>
13 years, 3 months
gatein SVN: r7519 - components/pc/tags.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 04:12:56 -0400 (Tue, 27 Sep 2011)
New Revision: 7519
Added:
components/pc/tags/2.3.0-Beta06/
Log:
[maven-release-plugin] copy for tag 2.3.0-Beta06
13 years, 3 months
gatein SVN: r7518 - in components/pc/trunk: api and 18 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-09-27 04:12:29 -0400 (Tue, 27 Sep 2011)
New Revision: 7518
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/pom.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/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:
[maven-release-plugin] prepare release 2.3.0-Beta06
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/api/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/bridge/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/controller/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/docs/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/docs/user-guide/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/federation/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/jsr168api/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/management/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -33,7 +33,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
<packaging>pom</packaging>
<name>GateIn - Portlet Container</name>
@@ -49,9 +49,9 @@
</issueManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/pc/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Be...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/tags/2.3.0-Beta06</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/pc/tags/2.3.0-Beta06</url>
</scm>
<properties>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/portal/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/portlet/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/samples/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/core/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</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-09-27 07:59:22 UTC (rev 7517)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-09-27 08:12:29 UTC (rev 7518)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
- <version>2.3.0-Beta06-SNAPSHOT</version>
+ <version>2.3.0-Beta06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-tomcat7</artifactId>
13 years, 3 months