You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/05/28 17:39:11 UTC

svn commit: r949207 - /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml

Author: kelvingoodson
Date: Fri May 28 15:39:11 2010
New Revision: 949207

URL: http://svn.apache.org/viewvc?rev=949207&view=rev
Log:
copy maven-tuscany-plugin version fix into branch

Modified:
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml?rev=949207&r1=949206&r2=949207&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml Fri May 28 15:39:11 2010
@@ -52,12 +52,12 @@
          <plugin>
              <groupId>org.apache.tuscany.maven.plugins</groupId>
              <artifactId>maven-tuscany-plugin</artifactId>
-             <version>2.0-M5-SNAPSHOT</version>
+             <version>2.0-M4</version>
              <dependencies>
                 <dependency>
                    <groupId>org.apache.tuscany.sca.shades</groupId>
                    <artifactId>tuscany-spring</artifactId>
-                   <version>2.0-M4</version>
+                   <version>2.0-M5-SNAPSHOT</version>
                 </dependency>
              </dependencies>
          </plugin>