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 01:08:56 UTC

svn commit: r775566 - /portals/applications/demo/trunk/pom.xml

Author: vkumar
Date: Sat May 16 23:08:55 2009
New Revision: 775566

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

Modified:
    portals/applications/demo/trunk/pom.xml

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=775566&r1=775565&r2=775566&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Sat May 16 23:08:55 2009
@@ -29,7 +29,7 @@
   </parent>
   <packaging>war</packaging>
   <name>Apache Portals Applications Demo Application</name>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <description>Portals Applications Demo</description>
 
   <properties>
@@ -213,9 +213,9 @@
   <!-- Project Information -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/tags/apa-demo-1.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/demo/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/demo/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/demo/trunk</url>
   </scm>
 
    <build>