You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2014/06/29 03:17:40 UTC

svn commit: r1606411 - in /portals/applications/webcontent/trunk: pom.xml webcontent-jar/pom.xml webcontent-war/pom.xml

Author: woonsan
Date: Sun Jun 29 01:17:40 2014
New Revision: 1606411

URL: http://svn.apache.org/r1606411
Log:
APA-56: bump up version in trunk to 2.0

Modified:
    portals/applications/webcontent/trunk/pom.xml
    portals/applications/webcontent/trunk/webcontent-jar/pom.xml
    portals/applications/webcontent/trunk/webcontent-war/pom.xml

Modified: portals/applications/webcontent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=1606411&r1=1606410&r2=1606411&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Sun Jun 29 01:17:40 2014
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.portals.applications</groupId>
   <artifactId>apa-webcontent</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Portals Applications Web Content Application</name>
   <description>

Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=1606411&r1=1606410&r2=1606411&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Sun Jun 29 01:17:40 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.portals.applications</groupId>
     <artifactId>apa-webcontent</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apa-webcontent-jar</artifactId>

Modified: portals/applications/webcontent/trunk/webcontent-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/pom.xml?rev=1606411&r1=1606410&r2=1606411&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-war/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-war/pom.xml Sun Jun 29 01:17:40 2014
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.portals.applications</groupId>
     <artifactId>apa-webcontent</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>war</packaging>
   <name>Apache Portals Applications Web Content WAR</name>