TUSCANY-3771 - Fixing pom artifactId

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2010-11-10 05:00:13 +00:00
parent b0867f563d
commit 4b07ceda02
2 changed files with 2 additions and 1 deletions
sca-java-2.x/branches/2.0-Beta1/samples
applications/logging-scribe
running-tuscany/maven-osgi-junit/calculator-rest-osgi

View file

@ -36,6 +36,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<!-- Disable due to Thrift SPANSHOT Dependency -->
<!--module>helloworld-scribe</module-->
</modules>
</profile>

View file

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-Beta1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-maven-osgi-junit-calculator-rest-osgi</artifactId>