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 2012/01/09 14:58:35 UTC

svn commit: r1229155 - /directory/apacheds/trunk/pom.xml

Author: pamarcelot
Date: Mon Jan  9 13:58:35 2012
New Revision: 1229155

URL: http://svn.apache.org/viewvc?rev=1229155&view=rev
Log:
Copied Felix's clever trick to change the default tag name format to what we want ('@{project.version}' instead of '@{project.artifactId}-@{project.version}'.

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1229155&r1=1229154&r2=1229155&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Jan  9 13:58:35 2012
@@ -159,6 +159,13 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagNameFormat>@{project.version}</tagNameFormat>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
             <source>1.6</source>