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/27 02:48:04 UTC

svn commit: r569936 - /directory/shared/trunk/pom.xml

Author: akarasulu
Date: Sun Aug 26 17:48:03 2007
New Revision: 569936

URL: http://svn.apache.org/viewvc?rev=569936&view=rev
Log:
configure the release plugin

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=569936&r1=569935&r2=569936&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Sun Aug 26 17:48:03 2007
@@ -114,7 +114,19 @@
         </plugin>
       </plugins>
     </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/directory/shared/releases</t
+agBase>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
+
 
   <reporting>
     <excludeDefaults>true</excludeDefaults>