summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-13 13:08:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-13 13:08:27 +0000
commitf72f89cb805f3045b594fc056a3391f013c701f8 (patch)
treeec66991b0a1615f49b1946a792858bcd5b13b23f /java/sca
parentc38e31acea8c59b7818dd9446c74c39bdbb65618 (diff)
Update to released 1.0.4 of the bundle plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/distribution/all/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml
index 1b935888c1..9975aa4278 100644
--- a/java/sca/distribution/all/pom.xml
+++ b/java/sca/distribution/all/pom.xml
@@ -42,6 +42,11 @@
<artifactId>tuscany-domain-node</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-sca-axis2-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
@@ -49,7 +54,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
<executions>
<execution>
<id>distribution-modules</id>