You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/08/24 18:40:31 UTC

svn commit: r569451 - /directory/project/trunk/pom.xml

Author: akarasulu
Date: Fri Aug 24 09:40:30 2007
New Revision: 569451

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

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=569451&r1=569450&r2=569451&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Fri Aug 24 09:40:30 2007
@@ -9,16 +9,16 @@
   </parent>
 
   <groupId>org.apache.directory.project</groupId>
-  <version>8</version>
+  <version>9-SNAPSHOT</version>
   <artifactId>project</artifactId>
   <name>Apache Directory Project</name>
   <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project/releases/8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/releases/8</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/project/releases/8</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/project/trunk/</url>
   </scm>
 
   <!-- =======================  WARNING ========================== -->