summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
commit4a7bf107f2a261f855fe71307652a8959b485758 (patch)
treea79dd36319b7e003cf0f43db0afbaa322588be11 /sca-java-2.x/trunk/features
parent1854405387bfa2009e50c2e65a5d17d7b10dc9a1 (diff)
Add -pom identifier to base-runtime so that its more obvious that you need to have <type>pom</type> in the dependency definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features')
-rw-r--r--sca-java-2.x/trunk/features/all/pom.xml2
-rw-r--r--sca-java-2.x/trunk/features/base-runtime/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/features/all/pom.xml b/sca-java-2.x/trunk/features/all/pom.xml
index 4f5d79bead..62893ccb95 100644
--- a/sca-java-2.x/trunk/features/all/pom.xml
+++ b/sca-java-2.x/trunk/features/all/pom.xml
@@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
diff --git a/sca-java-2.x/trunk/features/base-runtime/pom.xml b/sca-java-2.x/trunk/features/base-runtime/pom.xml
index 4edeaa0935..08cc5f5653 100644
--- a/sca-java-2.x/trunk/features/base-runtime/pom.xml
+++ b/sca-java-2.x/trunk/features/base-runtime/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<name>Apache Tuscany SCA Base Runtime</name>
<packaging>pom</packaging>