summaryrefslogtreecommitdiffstats
path: root/sandbox/testRelease
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-04 15:28:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-04 15:28:23 +0000
commitd90a8d9405ae530730a5f1a5092a46b0806c7a41 (patch)
treeb7d75fd708aea2c621dc84818c7cfbb9885bdb37 /sandbox/testRelease
parentfa44a9c4aac5424fbeeb0f9ea6b4a37a271d8f81 (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 'sandbox/testRelease')
-rw-r--r--sandbox/testRelease/trunk/pom.xml14
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>