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/05/29 16:19:03 UTC

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

Author: akarasulu
Date: Tue May 29 07:19:02 2007
New Revision: 542534

URL: http://svn.apache.org/viewvc?view=rev&rev=542534
Log:
[maven-release-plugin] rollback the release of 7

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?view=diff&rev=542534&r1=542533&r2=542534
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue May 29 07:19:02 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -9,16 +9,15 @@
   </parent>
 
   <groupId>org.apache.directory.project</groupId>
-  <version>7</version>
+  <version>7-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/tags/7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/tags/7</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/7</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>
   </scm>
  
 </project>