diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/calculator-osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/calculator-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/calculator-osgi/pom.xml index 6815abf444..8aa260d6d5 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/calculator-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/calculator-osgi/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-sca</artifactId> + <artifactId>tuscany-samples</artifactId> <version>2.0-Beta1-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-calculator-osgi</artifactId> <name>Apache Tuscany SCA Sample Calculator OSGi</name> |