summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-20 20:20:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-20 20:20:46 +0000
commit707f8606ef12303e2a7eff05dcb4db905ea3e950 (patch)
tree00ff6ca7c735134a1049a23a20f613aac8679141 /sca-java-2.x/trunk/samples/helloworld/pom.xml
parent144fe787f9bd94338d319c9d345677a08a9b8837 (diff)
Take out the helloworld sample tuscany plugin as the build doesn't like the snapshot version. Hmm, what to do about that...
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index 0d73e8ef77..029405cdec 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -54,12 +54,12 @@
<version>alpha2</version>
<extensions>true</extensions>
</plugin>
- <plugin>
<!-- plugin to support using mvn tuscany:run to run this contribution -->
+ <!-- plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
- </plugin>
+ </plugin -->
</plugins>
</build>
</project>