gatein SVN: r6418 - in portal/trunk/packaging: jboss-as6/pkg and 1 other directory.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-04-29 10:10:14 -0400 (Fri, 29 Apr 2011)
New Revision: 6418
Modified:
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as6/pkg/pom.xml
Log:
- GTNPORTAL-1851: Removed hardcoded JUEL version so that we can get the proper version from gatein-dep.
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-29 09:56:13 UTC (rev 6417)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-29 14:10:14 UTC (rev 6418)
@@ -672,12 +672,10 @@
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-api</artifactId>
- <version>2.1.2</version>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-impl</artifactId>
- <version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-29 09:56:13 UTC (rev 6417)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-29 14:10:14 UTC (rev 6418)
@@ -663,12 +663,10 @@
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-api</artifactId>
- <version>2.1.2</version>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-impl</artifactId>
- <version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
13 years, 8 months
gatein SVN: r6417 - in components/shindig/trunk: java/social-api and 1 other directory.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-04-29 05:56:13 -0400 (Fri, 29 Apr 2011)
New Revision: 6417
Modified:
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
- GTNPORTAL-1851: Use a proper version of JUEL
- Updated woodstox dependency to a more proper (and modern) version.
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
+++ components/shindig/trunk/java/social-api/pom.xml 2011-04-29 09:56:13 UTC (rev 6417)
@@ -163,8 +163,8 @@
<!-- test -->
<dependency>
- <groupId>woodstox</groupId>
- <artifactId>wstx</artifactId>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
+++ components/shindig/trunk/pom.xml 2011-04-29 09:56:13 UTC (rev 6417)
@@ -851,7 +851,7 @@
<requireJavaVersion>
<version>[1.5,)</version>
</requireJavaVersion>
- </rules>
+ </rules>
</configuration>
</plugin>
<plugin>
@@ -1157,7 +1157,7 @@
<id>oauth</id>
<url>http://oauth.googlecode.com/svn/code/maven</url>
</repository>
-<!--
+<!--
commenting out the "snapshot" repository for guice
<repository>
<id>guice</id>
@@ -1330,9 +1330,9 @@
<version>2.6.2</version>
</dependency>
<dependency>
- <groupId>woodstox</groupId>
- <artifactId>wstx</artifactId>
- <version>1.0.7</version>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ <version>4.0.6</version>
</dependency>
<dependency>
<groupId>net.sf.ezmorph</groupId>
@@ -1344,6 +1344,16 @@
<artifactId>xml-apis</artifactId>
<version>1.3.04</version>
</dependency>
+ <dependency>
+ <groupId>de.odysseus.juel</groupId>
+ <artifactId>juel-impl</artifactId>
+ <version>2.2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>de.odysseus.juel</groupId>
+ <artifactId>juel-api</artifactId>
+ <version>2.2.3</version>
+ </dependency>
<!-- TODO - switch to jakarta taglibs when the get a jstl 1.2 version out
See https://issues.apache.org/bugzilla/show_bug.cgi?id=45197 -->
13 years, 8 months
gatein SVN: r6416 - in epp/sso/branches/1.0-epp-5.1-Branch: agent and 12 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-04-28 12:23:39 -0400 (Thu, 28 Apr 2011)
New Revision: 6416
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -25,9 +25,9 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-DEV01</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-DEV01</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/sso/tags/1.0.2-epp-DEV01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5....</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5.1-Br...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/sso/branches/1.0-epp-5.1-Branch</url>
</scm>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-04-28 16:23:22 UTC (rev 6415)
+++ epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-04-28 16:23:39 UTC (rev 6416)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-DEV01</version>
+ <version>1.0.2-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 8 months
gatein SVN: r6415 - epp/sso/tags.
by do-not-reply@jboss.org
Author: theute
Date: 2011-04-28 12:23:22 -0400 (Thu, 28 Apr 2011)
New Revision: 6415
Added:
epp/sso/tags/1.0.2-epp-DEV01/
Log:
[maven-scm] copy for tag 1.0.2-epp-DEV01
13 years, 8 months
gatein SVN: r6414 - in epp/sso/branches/1.0-epp-5.1-Branch: agent and 12 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-04-28 12:21:28 -0400 (Thu, 28 Apr 2011)
New Revision: 6414
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.2-epp-DEV01
Modified: epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
</dependencies>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
<packaging>pom</packaging>
<parent>
@@ -25,9 +25,9 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5....</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5.0-Br...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/sso/branches/1.0-epp-5.0-Branch</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-DEV01</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-DEV01</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/sso/tags/1.0.2-epp-DEV01</url>
</scm>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
+++ epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-04-28 16:21:28 UTC (rev 6414)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-GA-SNAPSHOT</version>
+ <version>1.0.2-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 8 months
gatein SVN: r6413 - in epp/sso/branches/1.0-epp-5.1-Branch: agent and 1 other directory.
by do-not-reply@jboss.org
Author: theute
Date: 2011-04-28 12:14:33 -0400 (Thu, 28 Apr 2011)
New Revision: 6413
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
Log:
Fixed EPP dependency
Modified: epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 15:18:24 UTC (rev 6412)
+++ epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
@@ -26,10 +26,9 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
-
<dependency>
<groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
+ <artifactId>exo.portal.component.web.security</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 15:18:24 UTC (rev 6412)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-04-28 16:14:33 UTC (rev 6413)
@@ -191,11 +191,10 @@
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
+ <artifactId>exo.portal.component.web.security</artifactId>
<version>${org.exoplatform.portal.version}</version>
</dependency>
-
<!-- servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
13 years, 8 months
gatein SVN: r6412 - epp/portal/tags.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 11:18:24 -0400 (Thu, 28 Apr 2011)
New Revision: 6412
Added:
epp/portal/tags/EPP_5_1_1_Dev01/
Log:
New tag for EPP 5.1.1.Dev01
13 years, 8 months
gatein SVN: r6411 - epp/portal/branches/EPP_5_1_Branch.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 09:01:15 -0400 (Thu, 28 Apr 2011)
New Revision: 6411
Modified:
epp/portal/branches/EPP_5_1_Branch/
Log:
Version set to 5.1.1-epp-CR01-SNAPSHOT
Property changes on: epp/portal/branches/EPP_5_1_Branch
___________________________________________________________________
Modified: svn:mergeinfo
- /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206
13 years, 8 months
gatein SVN: r6410 - in epp/portal/branches/EPP_5_1_1_Dev01: component and 78 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 08:49:08 -0400 (Thu, 28 Apr 2011)
New Revision: 6410
Modified:
epp/portal/branches/EPP_5_1_1_Dev01/component/application-registry/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/common/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/identity/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/management/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/pc/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/portal/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/resources/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/scripting/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/test/core/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/test/organization/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/test/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/api/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/controller/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/resources/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/security/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/web/server/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/component/wsrp/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/api/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/struts-jpetstore/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/gadgets/core/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/gadgets/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/gadgets/server/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/ear/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/integration.war/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pkg/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/module/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/product/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/packaging/reports/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/portlet/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/portlet/web/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/server/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/starter/ear/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/starter/jar/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/starter/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/starter/war/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/testsuite/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/web/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/web/portal/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/web/rest/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/core/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/dashboard/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/eXo/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/framework/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/portal/pom.xml
epp/portal/branches/EPP_5_1_1_Dev01/webui/portlet/pom.xml
Log:
Change versions to 5.1.1-epp-DEV01
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/application-registry/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/application-registry/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/common/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/common/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/identity/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/identity/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/management/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/management/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/pc/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/pc/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/portal/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/portal/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/resources/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/resources/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/scripting/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/scripting/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/test/core/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/test/core/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/test/jcr/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/test/jcr/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/test/organization/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/test/organization/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/test/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/test/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/api/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/api/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/controller/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/controller/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/resources/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/resources/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/security/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/security/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/web/server/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/web/server/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/component/wsrp/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/component/wsrp/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/config/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/config/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/ear/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/ear/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/jar/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/jar/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/war/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/extension/war/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/config/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/config/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/ear/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/ear/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/jar/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/jar/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/rest-war/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/rest-war/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/war/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portal/war/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/api/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/api/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsfhellouser/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsfhellouser/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsphellouser/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/jsphellouser/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/simplesthelloworld/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/simplesthelloworld/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/struts-jpetstore/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/portlets/struts-jpetstore/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/simpleskin/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/examples/skins/simpleskin/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/gadgets/core/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/gadgets/core/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/gadgets/eXoGadgets/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/gadgets/eXoGadgets/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/gadgets/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/gadgets/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/gadgets/server/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/gadgets/server/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/ear/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/ear/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-ER02-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.ear</artifactId>
<packaging>ear</packaging>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/integration.war/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/integration.war/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-ER02-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pkg/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pkg/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-ER02-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.pkg</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/jboss-as/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-ER02-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/module/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/module/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/pkg/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/pkg/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/product/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/product/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/packaging/reports/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/packaging/reports/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -362,68 +362,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -433,90 +433,90 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>gatein.portal.component.wsrp</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/portlet/dashboard/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/portlet/dashboard/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/portlet/exoadmin/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/portlet/exoadmin/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/portlet/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/portlet/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/portlet/web/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/portlet/web/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/patch-ear/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/patch-ear/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/plugin/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/plugin/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/server/jboss/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/server/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/server/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/starter/ear/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/starter/ear/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/starter/jar/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/starter/jar/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/starter/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/starter/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/starter/war/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/starter/war/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/testsuite/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/testsuite/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/testsuite/selenium-snifftests/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/testsuite/selenium-snifftests/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/testsuite/webuibasedsamples/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/testsuite/webuibasedsamples/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/eXoResources/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/eXoResources/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/portal/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/portal/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/rest/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/rest/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/core/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/core/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/dashboard/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/dashboard/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/eXo/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/eXo/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/framework/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/framework/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/portal/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/portal/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/webui/portlet/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
+++ epp/portal/branches/EPP_5_1_1_Dev01/webui/portlet/pom.xml 2011-04-28 12:49:08 UTC (rev 6410)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 8 months
gatein SVN: r6409 - in sandbox/cdi_support: gatein-api/trunk and 1 other directories.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-04-28 08:49:06 -0400 (Thu, 28 Apr 2011)
New Revision: 6409
Modified:
sandbox/cdi_support/cdi/trunk/pom.xml
sandbox/cdi_support/gatein-api/trunk/pom.xml
sandbox/cdi_support/pc/branches/cdi/cdi/pom.xml
Log:
Updated dependency versions into publicly available ones
Modified: sandbox/cdi_support/cdi/trunk/pom.xml
===================================================================
--- sandbox/cdi_support/cdi/trunk/pom.xml 2011-04-28 12:39:47 UTC (rev 6408)
+++ sandbox/cdi_support/cdi/trunk/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
@@ -63,7 +63,7 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Modified: sandbox/cdi_support/gatein-api/trunk/pom.xml
===================================================================
--- sandbox/cdi_support/gatein-api/trunk/pom.xml 2011-04-28 12:39:47 UTC (rev 6408)
+++ sandbox/cdi_support/gatein-api/trunk/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.1-GA</version>
+ <version>1.1.0-Beta01</version>
</parent>
<groupId>org.gatein.api</groupId>
Modified: sandbox/cdi_support/pc/branches/cdi/cdi/pom.xml
===================================================================
--- sandbox/cdi_support/pc/branches/cdi/cdi/pom.xml 2011-04-28 12:39:47 UTC (rev 6408)
+++ sandbox/cdi_support/pc/branches/cdi/cdi/pom.xml 2011-04-28 12:49:06 UTC (rev 6409)
@@ -27,7 +27,7 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>picocontainer</groupId>
13 years, 8 months