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:35:02 UTC

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

Author: akarasulu
Date: Tue May 29 07:35:01 2007
New Revision: 542543

URL: http://svn.apache.org/viewvc?view=rev&rev=542543
Log:
need to instruct release plugin to use releases instead of tags

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=542543&r1=542542&r2=542543
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue May 29 07:35:01 2007
@@ -19,7 +19,21 @@
     <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>
- 
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-5</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/directory/project/releases</tagBase>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </build>
+
   <profiles>
     <profile>
       <id>release</id>