You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/11/27 00:33:19 UTC

svn commit: r1413933 - /maven/archetypes/trunk/maven-archetype-parent/pom.xml

Author: olamy
Date: Mon Nov 26 23:33:18 2012
New Revision: 1413933

URL: http://svn.apache.org/viewvc?rev=1413933&view=rev
Log:
configure tagBase for release plugin

Modified:
    maven/archetypes/trunk/maven-archetype-parent/pom.xml

Modified: maven/archetypes/trunk/maven-archetype-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-parent/pom.xml?rev=1413933&r1=1413932&r2=1413933&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-parent/pom.xml (original)
+++ maven/archetypes/trunk/maven-archetype-parent/pom.xml Mon Nov 26 23:33:18 2012
@@ -62,6 +62,14 @@ under the License.
           <artifactId>maven-archetype-plugin</artifactId>
           <version>2.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.3.2</version>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/archetypes/tags/</tagBase>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>