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:09:01 UTC

svn commit: r949170 - in /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples: contribution-implementation-java-calculator/pom.xml helloworld-bpel/pom.xml helloworld/pom.xml

Author: kelvingoodson
Date: Fri May 28 13:09:00 2010
New Revision: 949170

URL: http://svn.apache.org/viewvc?rev=949170&view=rev
Log:
use a non snapshot maven tuscany plugin that can be downloaded

Modified:
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml?rev=949170&r1=949169&r2=949170&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml Fri May 28 13:09:00 2010
@@ -50,7 +50,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-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml?rev=949170&r1=949169&r2=949170&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml Fri May 28 13:09:00 2010
@@ -61,7 +61,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.shades</groupId>

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml?rev=949170&r1=949169&r2=949170&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml Fri May 28 13:09:00 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>