Author: pauls
Date: Tue May 17 15:20:11 2011
New Revision: 1104325
URL: http://svn.apache.org/viewvc?rev=1104325&view=rev
Log:
Change tagbase again
Modified:
incubator/ace/trunk/pom/pom.xml
Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=1104325&r1=1104324&r2=1104325&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Tue May 17 15:20:11 2011
@@ -174,13 +174,6 @@
<build>
<plugins>
-<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.apache.org/repos/asf/incubator/ace/releases</tagBase>
- </configuration>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>ianal-maven-plugin</artifactId>
|