Skip to content

Commit

Permalink
use a non snapshot maven tuscany plugin that can be downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Kelvin James Goodson committed May 28, 2010
1 parent 47b53e5 commit 662666f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion samples/helloworld-bpel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion samples/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 662666f

Please sign in to comment.