summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 08:03:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 08:03:27 +0000
commitd0daf171b007814b987e1a3a57c355de216eb6a3 (patch)
tree4125d7658698c0db3abf3c3a22db01776a74a960 /sca-java-2.x/trunk/features
parent20752d29aeb6ac502a4c1c66768d62fe960e7817 (diff)
Update *-runtime pom types to be *-runtime-pom so its consistent with the base one and more obvious you need to have <type>pom</type> when using the dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 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.xml4
1 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 a340474c22..fdfc991150 100644
--- a/sca-java-2.x/trunk/features/all/pom.xml
+++ b/sca-java-2.x/trunk/features/all/pom.xml
@@ -117,7 +117,7 @@
<!-- base runtimes -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-core-runtime</artifactId>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -131,7 +131,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-osgi-runtime</artifactId>
+ <artifactId>tuscany-osgi-runtime-pom</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>