[gatein-commits] gatein SVN: r7232 - in epp/portal/tags/EPP_5_2_0_Dev03: distribution/jboss-epp and 7 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 25 07:13:09 EDT 2011


Author: theute
Date: 2011-08-25 07:13:07 -0400 (Thu, 25 Aug 2011)
New Revision: 7232

Modified:
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/examples/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/portletbridge/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/integration.war/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
   epp/portal/tags/EPP_5_2_0_Dev03/testsuite/htmlunit-tests/pom.xml
Log:
Oups

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/examples/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/examples/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/examples/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
     </parent>
   
     <artifactId>distribution</artifactId>
@@ -335,4 +335,4 @@
         </profile>
     </profiles>
  
-</project>
\ No newline at end of file
+</project>

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/portletbridge/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/portletbridge/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>gatein</artifactId>

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/integration.war/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/integration.war/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -4,10 +4,10 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>war</packaging>
     <name>GateIn JBoss AS integration.war</name>
-</project>
\ No newline at end of file
+</project>

Modified: epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/distribution/jboss-epp/serverAddon/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>distribution.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     

Modified: epp/portal/tags/EPP_5_2_0_Dev03/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -613,12 +613,12 @@
         <dependency>
           <groupId>org.exoplatform.portal</groupId>
           <artifactId>exo.portal.component.test.organization</artifactId>
-          <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+          <version>5.2.0-epp-DEV03</version>
         </dependency>
         <dependency>
           <groupId>org.exoplatform.portal</groupId>
           <artifactId>exo.portal.component.test.organization</artifactId>
-          <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+          <version>5.2.0-epp-DEV03</version>
           <type>test-jar</type>
         </dependency>
         <dependency>

Modified: epp/portal/tags/EPP_5_2_0_Dev03/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -4,9 +4,9 @@
     <parent>
         <groupId>org.exoplatform.portal</groupId>
         <artifactId>exo.portal.parent</artifactId>
-        <version>5.2.0-epp-DEV03-SNAPSHOT</version>
+        <version>5.2.0-epp-DEV03</version>
     </parent>
     <artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
     <packaging>war</packaging>
     <name>GateIn JBoss AS integration.war</name>
-</project>
\ No newline at end of file
+</project>

Modified: epp/portal/tags/EPP_5_2_0_Dev03/testsuite/htmlunit-tests/pom.xml
===================================================================
--- epp/portal/tags/EPP_5_2_0_Dev03/testsuite/htmlunit-tests/pom.xml	2011-08-25 10:11:33 UTC (rev 7231)
+++ epp/portal/tags/EPP_5_2_0_Dev03/testsuite/htmlunit-tests/pom.xml	2011-08-25 11:13:07 UTC (rev 7232)
@@ -26,7 +26,7 @@
    <parent>
 		<groupId>org.exoplatform.portal</groupId>
 		<artifactId>exo.portal.testsuite</artifactId>
-		<version>5.2.0-epp-DEV03-SNAPSHOT</version>
+		<version>5.2.0-epp-DEV03</version>
    </parent>
     
    <groupId>org.jboss.gatein</groupId>



More information about the gatein-commits mailing list