Author: antelder
Date: Tue May 4 15:28:23 2010
New Revision: 940909
URL: http://svn.apache.org/viewvc?rev=940909&view=rev
Log:
remove old release plugin config
Modified:
tuscany/sandbox/testRelease/trunk/pom.xml
Modified: tuscany/sandbox/testRelease/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sandbox/testRelease/trunk/pom.xml?rev=940909&r1=940908&r2=940909&view=diff
==============================================================================
--- tuscany/sandbox/testRelease/trunk/pom.xml (original)
+++ tuscany/sandbox/testRelease/trunk/pom.xml Tue May 4 15:28:23 2010
@@ -697,20 +697,6 @@
</dependencies>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
- <configuration>
-
<tagBase>https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/tags</tagBase>
- <useReleaseProfile>false</useReleaseProfile>
- <preparationGoals>clean install</preparationGoals>
- <goals>deploy</goals>
- <arguments>-Prelease,deploy</arguments>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
-
</plugins>
</pluginManagement>
</build>