diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-16 22:04:48 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-16 22:04:48 +0000 |
commit | 721966ab7ee2a3b659593b5d9bd3fbd973b1621c (patch) | |
tree | 13492a4b0290daa61dac1bb49f07e37c8c167fb5 | |
parent | b0c014370559fd7622b31e87af4281d3704aec30 (diff) |
Set the version for the plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735153 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/samples/calculator-osgi/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/samples/calculator-osgi/pom.xml b/java/sca/samples/calculator-osgi/pom.xml index 9e4fc71f02..3cb0a253f0 100644 --- a/java/sca/samples/calculator-osgi/pom.xml +++ b/java/sca/samples/calculator-osgi/pom.xml @@ -92,6 +92,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-osgi-junit</artifactId> + <version>2.0-SNAPSHOT</version> <executions> <execution> <id>osgi-test</id> |