diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-02 15:16:45 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-02 15:16:45 +0000 |
commit | e9c61ff3d4c55d4b65637b2a4668f1f8b8c76436 (patch) | |
tree | 9fbec4d894dc3d8b163a9b820f9c33d2c939d557 /java | |
parent | 67741930a0148451c22160921000e9f3cbbc0266 (diff) |
Used released version on th osgi junit plugin and add shade modules to reactor build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml index 27e5b0b597..390f35887e 100644 --- a/java/sca/pom.xml +++ b/java/sca/pom.xml @@ -258,6 +258,7 @@ <module>samples</module> <module>itest</module> <module>features</module> + <module>shades</module> <module>distribution</module> <module>archetypes</module> <!-- @@ -378,7 +379,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-osgi-junit</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.0</version> <executions> <execution> <id>osgi-test</id> |