Author: ate
Date: Tue May 12 15:52:13 2009
New Revision: 773949

URL: http://svn.apache.org/viewvc?rev=773949&view=rev
Log:
prepare for next development iteration
Note: this commit was supposed to be done by the release plugin itself but it 
failed on me with the following error message:
  svn: The specified baseline is not the latest baseline, so it may not be 
checked out.
  
Need to look this up to see how to prevent this for future release steps.

Modified:
    portals/portals-pom/trunk/pom.xml

Modified: portals/portals-pom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/portals-pom/trunk/pom.xml?rev=773949&r1=773948&r2=773949&view=diff
==============================================================================
--- portals/portals-pom/trunk/pom.xml (original)
+++ portals/portals-pom/trunk/pom.xml Tue May 12 15:52:13 2009
@@ -32,7 +32,7 @@
   <groupId>org.apache.portals</groupId>
   <artifactId>portals-pom</artifactId>
   <name>Apache Portals</name>
-  <version>1.2</version>
+  <version>1.3-SNAPSHOT</version>
 
   <packaging>pom</packaging>
 
@@ -52,9 +52,9 @@
   </licenses>
   <inceptionYear>2004</inceptionYear>
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/portals-pom/tags/portals-pom-1.2</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/portals-pom/tags/portals-pom-1.2</developerConnection>
-    
<url>http://svn.apache.org/viewcvs.cgi/portals/portals-pom/tags/portals-pom-1.2</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/portals-pom/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/portals-pom/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/portals-pom/trunk</url>
   </scm>
 
   <build>


Reply via email to