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 06:37:13 UTC

svn commit: r540837 - /directory/apacheds/branches/1.0/pom.xml

Author: akarasulu
Date: Tue May 22 21:37:11 2007
New Revision: 540837

URL: http://svn.apache.org/viewvc?view=rev&rev=540837
Log:
adding release plugin to apacheds 1.0 branch

Modified:
    directory/apacheds/branches/1.0/pom.xml

Modified: directory/apacheds/branches/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0/pom.xml?view=diff&rev=540837&r1=540836&r2=540837
==============================================================================
--- directory/apacheds/branches/1.0/pom.xml (original)
+++ directory/apacheds/branches/1.0/pom.xml Tue May 22 21:37:11 2007
@@ -255,6 +255,14 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+              <tagBase>https://svn.apache.org/repos/asf/directory/apacheds/releases</tagBase>
+            </configuration>
+          </plugin>
+
         </plugins>
       </build>
     </profile>