diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:28:23 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-04 15:28:23 +0000 |
commit | d90a8d9405ae530730a5f1a5092a46b0806c7a41 (patch) | |
tree | b7d75fd708aea2c621dc84818c7cfbb9885bdb37 /sandbox | |
parent | fa44a9c4aac5424fbeeb0f9ea6b4a37a271d8f81 (diff) |
remove old release plugin config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/testRelease/trunk/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sandbox/testRelease/trunk/pom.xml b/sandbox/testRelease/trunk/pom.xml index fd55a2b9b3..5e69566c7e 100644 --- a/sandbox/testRelease/trunk/pom.xml +++ b/sandbox/testRelease/trunk/pom.xml @@ -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> |