You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/09/27 01:47:49 UTC

svn commit: r1526750 - in /tuscany/sca-java-2.x/branches/2.0: modules/extensibility-equinox/pom.xml modules/tracing-aspectj/pom.xml pom.xml

Author: lresende
Date: Thu Sep 26 23:47:48 2013
New Revision: 1526750

URL: http://svn.apache.org/r1526750
Log:
Fix maven-dependency-plugin version.

Modified:
    tuscany/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml
    tuscany/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml
    tuscany/sca-java-2.x/branches/2.0/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml?rev=1526750&r1=1526749&r2=1526750&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/modules/extensibility-equinox/pom.xml Thu Sep 26 23:47:48 2013
@@ -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>

Modified: tuscany/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml?rev=1526750&r1=1526749&r2=1526750&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/modules/tracing-aspectj/pom.xml Thu Sep 26 23:47:48 2013
@@ -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>

Modified: tuscany/sca-java-2.x/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/pom.xml?rev=1526750&r1=1526749&r2=1526750&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/pom.xml Thu Sep 26 23:47:48 2013
@@ -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>