Author: theute
Date: 2011-08-23 11:56:16 -0400 (Tue, 23 Aug 2011)
New Revision: 7201
Modified:
epp/examples/branches/EPP_5_1_Branch/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/jsphellouser/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/prpapi/pom.xml
epp/examples/branches/EPP_5_1_Branch/portlets/simplesthelloworld/pom.xml
epp/examples/branches/EPP_5_1_Branch/skins/pom.xml
epp/examples/branches/EPP_5_1_Branch/skins/simpleskin/pom.xml
Log:
Removing SNAPSHOT for 5.1.1 release
Modified: epp/examples/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/pom.xml 2011-08-23 15:53:39 UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/pom.xml 2011-08-23 15:56:16 UTC (rev 7201)
@@ -25,7 +25,7 @@
<groupId>org.gatein.portal.examples</groupId>
<artifactId>reactor</artifactId>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-GA</version>
<packaging>pom</packaging>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml 2011-08-23
15:53:39 UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml 2011-08-23
15:56:16 UTC (rev 7201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.portlets</groupId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
<artifactId>gatein-idm-helloworld</artifactId>
<packaging>war</packaging>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml 2011-08-23 15:53:39
UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml 2011-08-23 15:56:16
UTC (rev 7201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.portlets</groupId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
<artifactId>gatein-jsf-hellouser</artifactId>
<packaging>war</packaging>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/jsphellouser/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/jsphellouser/pom.xml 2011-08-23 15:53:39
UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/jsphellouser/pom.xml 2011-08-23 15:56:16
UTC (rev 7201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.portlets</groupId>
- <version>1.0.2-GA-SNAPSHOT</version>
+ <version>1.0.2-GA</version>
<artifactId>gatein-jsp-hellouser</artifactId>
<packaging>war</packaging>
<name>EPP Portlets Examples - JSP Hello User Portlet</name>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/pom.xml 2011-08-23 15:53:39 UTC (rev
7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/pom.xml 2011-08-23 15:56:16 UTC (rev
7201)
@@ -5,7 +5,7 @@
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>reactor</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-GA</version>
<name>EPP Portlets Examples</name>
<modules>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/prpapi/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/prpapi/pom.xml 2011-08-23 15:53:39 UTC
(rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/prpapi/pom.xml 2011-08-23 15:56:16 UTC
(rev 7201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.portlets</groupId>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-GA</version>
<artifactId>gatein-prp-api</artifactId>
<packaging>war</packaging>
<name>EPP Portlets Examples - Public Render Parameters API example
Portlet</name>
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/simplesthelloworld/pom.xml 2011-08-23
15:53:39 UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/simplesthelloworld/pom.xml 2011-08-23
15:56:16 UTC (rev 7201)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.portlets</groupId>
- <version>1.0.1-GA-SNAPSHOT</version>
+ <version>1.0.1-GA</version>
<artifactId>gatein-simplest-helloworld</artifactId>
<packaging>war</packaging>
Modified: epp/examples/branches/EPP_5_1_Branch/skins/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/skins/pom.xml 2011-08-23 15:53:39 UTC (rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/skins/pom.xml 2011-08-23 15:56:16 UTC (rev 7201)
@@ -4,7 +4,7 @@
<groupId>org.gatein.portal.examples.skins</groupId>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-GA</version>
<artifactId>reactor</artifactId>
<packaging>pom</packaging>
<name>EPP Skins Examples</name>
Modified: epp/examples/branches/EPP_5_1_Branch/skins/simpleskin/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/skins/simpleskin/pom.xml 2011-08-23 15:53:39 UTC
(rev 7200)
+++ epp/examples/branches/EPP_5_1_Branch/skins/simpleskin/pom.xml 2011-08-23 15:56:16 UTC
(rev 7201)
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.portal.examples.skins</groupId>
- <version>1.0.1-GA-SNAPSHOT</version>
+ <version>1.0.1-GA</version>
<artifactId>gatein-simple-skin</artifactId>
<packaging>war</packaging>
<name>EPP Skins Examples - Simple Deployable Skin</name>
Show replies by date