You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/04/03 01:18:33 UTC

svn commit: r761471 - /tuscany/java/sca/pom.xml

Author: rfeng
Date: Thu Apr  2 23:18:33 2009
New Revision: 761471

URL: http://svn.apache.org/viewvc?rev=761471&view=rev
Log:
Update to SNAPSHOT versions of the plugins for tuscany maven-bundle-plugin and maven-eclipse-compiler

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=761471&r1=761470&r2=761471&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Apr  2 23:18:33 2009
@@ -274,7 +274,7 @@
                    <plugin> 
                        <groupId>org.apache.tuscany.maven.plugins</groupId> 
                        <artifactId>maven-bundle-plugin</artifactId> 
-                       <version>1.0.1</version> 
+                       <version>1.0.3-SNAPSHOT</version> 
                        <extensions>true</extensions> 
                     </plugin>
                     <plugin>
@@ -495,7 +495,7 @@
                         <dependency>
                             <groupId>org.apache.tuscany.maven.plugins</groupId>
                             <artifactId>maven-eclipse-compiler</artifactId>
-                            <version>1.0</version>
+                            <version>1.0.2-SNAPSHOT</version>
                             <scope>provided</scope>
                         </dependency>
                     </dependencies>