summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:47:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:47:48 +0000
commite3035cce2ec74a816e296de575be613f3d77e9bf (patch)
treede95722b27ee51304816db3c79d318b69992f003
parentbe0a1462c44aff76c2e62796c94fe2532f4aa45e (diff)
Fix maven-dependency-plugin version.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526750 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml b/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml
index ccfc9ab3c6..fcddbebe95 100644
--- a/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml
+++ b/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
diff --git a/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml b/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml
index 7e44ae428f..ddda7e6a2c 100644
--- a/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml
+++ b/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0</version>
<executions>
<execution>
<id>copy</id>
diff --git a/sca-java-2.x/branches/2.0/pom.xml b/sca-java-2.x/branches/2.0/pom.xml
index 7b854f6512..9f2e00315d 100644
--- a/sca-java-2.x/branches/2.0/pom.xml
+++ b/sca-java-2.x/branches/2.0/pom.xml
@@ -342,7 +342,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-dependency-lister</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0</version>
<executions>
<execution>
<phase>process-resources</phase>