You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/03/19 11:30:17 UTC

svn commit: r925168 - /directory/shared/branches/shared-0.9.18/pom.xml

Author: pamarcelot
Date: Fri Mar 19 10:30:17 2010
New Revision: 925168

URL: http://svn.apache.org/viewvc?rev=925168&view=rev
Log:
Removed useless property and corrected scm tags.

Modified:
    directory/shared/branches/shared-0.9.18/pom.xml

Modified: directory/shared/branches/shared-0.9.18/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-0.9.18/pom.xml?rev=925168&r1=925167&r2=925168&view=diff
==============================================================================
--- directory/shared/branches/shared-0.9.18/pom.xml (original)
+++ directory/shared/branches/shared-0.9.18/pom.xml Fri Mar 19 10:30:17 2010
@@ -35,7 +35,6 @@
     <projectName>ApacheDS-Shared</projectName>
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/shared/gen-docs/${version}/</distMgmtSiteUrl>
     <skin.version>1.0.1</skin.version>
-    <org.apache.directory.shared.version>0.9.18-SNAPSHOT</org.apache.directory.shared.version>
     
     <!-- Jar's version -->
     <antlr.version>2.7.7</antlr.version>
@@ -294,9 +293,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/shared-0.9.18</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/branches/shared-0.9.18</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/shared/branches/shared-0.9.18</url>
   </scm>
 
 </project>