You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/21 21:35:09 UTC

svn commit: r639812 - /maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml

Author: brianf
Date: Fri Mar 21 13:34:56 2008
New Revision: 639812

URL: http://svn.apache.org/viewvc?rev=639812&view=rev
Log:
fix tags url

Modified:
    maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml

Modified: maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml?rev=639812&r1=639811&r2=639812&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml Fri Mar 21 13:34:56 2008
@@ -52,7 +52,18 @@
       <version>1.0-alpha-10</version>
     </dependency>
   </dependencies>
-  
+  <build>
+    <pluginManagement>
+     <plugins>
+       <plugin>
+         <artifactId>maven-release-plugin</artifactId>
+         <configuration>
+           <tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase>
+         </configuration>
+       </plugin>
+     </plugins>
+   </pluginManagement>
+ </build>
   <distributionManagement>
     <repository>
       <id>maven.staging</id>