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/23 04:44:14 UTC

svn commit: r540812 - /directory/shared/branches/0.9.5/pom.xml

Author: akarasulu
Date: Tue May 22 19:44:13 2007
New Revision: 540812

URL: http://svn.apache.org/viewvc?view=rev&rev=540812
Log:
playing with release plugin

Modified:
    directory/shared/branches/0.9.5/pom.xml

Modified: directory/shared/branches/0.9.5/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/pom.xml?view=diff&rev=540812&r1=540811&r2=540812
==============================================================================
--- directory/shared/branches/0.9.5/pom.xml (original)
+++ directory/shared/branches/0.9.5/pom.xml Tue May 22 19:44:13 2007
@@ -16,5 +16,23 @@
     <module>ldap</module>
     <module>asn1-codec</module>
   </modules>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</developerConnection>
+  </scm>
+
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/directory/shared/releases</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>