summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/shades/base-nodep
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 17:09:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 17:09:58 +0000
commit9ab3d5a7c1860791c91837d9d467bc87043f1f12 (patch)
treeae1dc592ffde5dc3f6640f2e6e7040d6c53b264e /sca-java-2.x/trunk/shades/base-nodep
parentcaf704f2d81d04c481d4624440908a13c418a222 (diff)
Change shade jars to use their own groupid and add the new ones to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/shades/base-nodep')
-rw-r--r--sca-java-2.x/trunk/shades/base-nodep/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/shades/base-nodep/pom.xml b/sca-java-2.x/trunk/shades/base-nodep/pom.xml
index d94375409e..2c52e66df9 100644
--- a/sca-java-2.x/trunk/shades/base-nodep/pom.xml
+++ b/sca-java-2.x/trunk/shades/base-nodep/pom.xml
@@ -26,13 +26,13 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base-nodep</artifactId>
<name>Apache Tuscany SCA Base Jar</name>
<dependencies>
-
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base</artifactId>
<version>${pom.version}</version>
</dependency>