diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-10 05:00:13 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-10 05:00:13 +0000 |
commit | 4b07ceda02e57ca345d6add955e035cfc229b072 (patch) | |
tree | 1e512f7d7b2bc5bac82a2bc64111f14db61ee220 /sca-java-2.x/branches/2.0-Beta1 | |
parent | b0867f563dc8c44e0c7b1df72c9da42041a5ab5b (diff) |
TUSCANY-3771 - Fixing pom artifactId
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/applications/logging-scribe/pom.xml | 1 | ||||
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/applications/logging-scribe/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/applications/logging-scribe/pom.xml index aa399db0dd..e033562862 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/applications/logging-scribe/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/applications/logging-scribe/pom.xml @@ -36,6 +36,7 @@ <activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <!-- Disable due to Thrift SPANSHOT Dependency -->
<!--module>helloworld-scribe</module-->
</modules>
</profile>
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml index fe65a86bdd..e241f891f1 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml @@ -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> |