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 vk...@apache.org on 2009/05/17 00:24:32 UTC

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

Author: vkumar
Date: Sat May 16 22:24:32 2009
New Revision: 775562

URL: http://svn.apache.org/viewvc?rev=775562&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=775562&r1=775561&r2=775562&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Sat May 16 22:24:32 2009
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.portals.applications</groupId>
   <artifactId>apa-webcontent</artifactId>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Portals Applications Web Content Application</name>
   <description>
@@ -44,9 +44,9 @@
   <!-- Project Information -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/webcontent/tags/apa-webcontent-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/webcontent/tags/apa-webcontent-1.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/webcontent/tags/apa-webcontent-1.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/webcontent/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/webcontent/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/webcontent/trunk/</url>
   </scm>
   
   <profiles>

Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=775562&r1=775561&r2=775562&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Sat May 16 22:24:32 2009
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.portals.applications</groupId>
     <artifactId>apa-webcontent</artifactId>
-    <version>1.0</version>
+    <version>1.1-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=775562&r1=775561&r2=775562&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-war/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-war/pom.xml Sat May 16 22:24:32 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.portals.applications</groupId>
     <artifactId>apa-webcontent</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <packaging>war</packaging>
   <name>Apache Portals Applications Web Content WAR</name>