diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-20 09:30:11 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-20 09:30:11 +0000 |
commit | 0741ff0a48710c9b79c3042d6e635ab87617521a (patch) | |
tree | 502d18870c0743b5cf148465f8485f26d90017da /sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml | |
parent | 654cd394fb771543e6da76a92a1b9befbba9c73a (diff) |
TUSCANY-3677 reintroduce samples to top level build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml b/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml index b9a10e51ae..8a390a3446 100644 --- a/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml +++ b/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml @@ -26,6 +26,8 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-maven-osgi-junit</artifactId> + <groupId>org.apache.tuscany.sca</groupId> + <version>2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tuscany Samples Demonstrating the Maven OSGI Junit plugin</name> |