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 15:48:54 UTC

svn commit: r949178 - in /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples: binding-sca/contribution-calculator/pom.xml helloworld-spring/pom.xml helloworld-ws-sdo/pom.xml

Author: kelvingoodson
Date: Fri May 28 13:48:54 2010
New Revision: 949178

URL: http://svn.apache.org/viewvc?rev=949178&view=rev
Log:
more maven tuscany plugin version updates

Modified:
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml?rev=949178&r1=949177&r2=949178&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml Fri May 28 13:48:54 2010
@@ -51,7 +51,7 @@
           <plugin>
              <groupId>org.apache.tuscany.maven.plugins</groupId>
              <artifactId>maven-tuscany-plugin</artifactId>
-             <version>2.0-M5-SNAPSHOT</version>
+             <version>2.0-M4</version>
           </plugin>
        </plugins>
    </build>

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=949178&r1=949177&r2=949178&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 13:48:54 2010
@@ -57,7 +57,7 @@
                 <dependency>
                    <groupId>org.apache.tuscany.sca.shades</groupId>
                    <artifactId>tuscany-spring</artifactId>
-                   <version>2.0-M5-SNAPSHOT</version>
+                   <version>2.0-M4</version>
                 </dependency>
              </dependencies>
          </plugin>

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml?rev=949178&r1=949177&r2=949178&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml Fri May 28 13:48:54 2010
@@ -108,7 +108,7 @@
             <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</groupId>