summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/pom.xml
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/modules/pom.xml
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 '')
-rw-r--r--sca-java-2.x/trunk/modules/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml
index c10a9feb63..14671d1ae9 100644
--- a/sca-java-2.x/trunk/modules/pom.xml
+++ b/sca-java-2.x/trunk/modules/pom.xml
@@ -162,9 +162,9 @@
Extensions are included using maven dependencies on the *-runtime
modules in the /modules directory
-->
- <module>core-runtime</module>
- <module>base-runtime</module>
- <module>osgi-runtime</module>
+ <module>core-runtime-pom</module>
+ <module>base-runtime-pom</module>
+ <module>osgi-runtime-pom</module>
</modules>