You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/12/11 02:45:38 UTC

svn commit: r725532 - in /tuscany/branches/sca-java-1.x: modules/implementation-das/ modules/implementation-data-xml/ samples/customer-dojo-webapp/ samples/customer-dojo/ tutorials/store/store-db/ tutorials/store/store-eu/ tutorials/store/store-supplie...

Author: lresende
Date: Wed Dec 10 17:45:37 2008
New Revision: 725532

URL: http://svn.apache.org/viewvc?rev=725532&view=rev
Log:
TUSCANY-2737 - Moving to latest release of the sql-maven-plugin

Modified:
    tuscany/branches/sca-java-1.x/modules/implementation-das/pom.xml
    tuscany/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
    tuscany/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml
    tuscany/branches/sca-java-1.x/samples/customer-dojo/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/store-db/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml
    tuscany/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/implementation-das/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-das/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/implementation-das/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/implementation-das/pom.xml Wed Dec 10 17:45:37 2008
@@ -131,8 +131,7 @@
           <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>

Modified: tuscany/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml Wed Dec 10 17:45:37 2008
@@ -154,14 +154,13 @@
           <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.derby</groupId>
                         <artifactId>derby</artifactId>
-                        <version>10.1.2.1</version>
+                        <version>10.3.1.4</version>
                     </dependency>
                 </dependencies>
 

Modified: tuscany/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml Wed Dec 10 17:45:37 2008
@@ -182,8 +182,7 @@
           <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>

Modified: tuscany/branches/sca-java-1.x/samples/customer-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/customer-dojo/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/customer-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/customer-dojo/pom.xml Wed Dec 10 17:45:37 2008
@@ -194,8 +194,7 @@
           <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-db/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-db/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-db/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-db/pom.xml Wed Dec 10 17:45:37 2008
@@ -74,8 +74,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml Wed Dec 10 17:45:37 2008
@@ -75,7 +75,7 @@
 	        <plugin>
 	             <groupId>org.codehaus.mojo</groupId>
 	             <artifactId>sql-maven-plugin</artifactId>
-	             <version>1.0</version>
+	             <version>1.3</version>
 	
 	             <dependencies>
 	                 <dependency>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml Wed Dec 10 17:45:37 2008
@@ -75,8 +75,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <!-- 1.1 due to MOJO-619 -->
-                <version>1.1-SNAPSHOT</version> 
+                <version>1.3</version> 
 
                 <dependencies>
                     <dependency>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml?rev=725532&r1=725531&r2=725532&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml Wed Dec 10 17:45:37 2008
@@ -112,13 +112,13 @@
            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <version>1.0</version>
+                <version>1.3</version>
 
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.derby</groupId>
                         <artifactId>derby</artifactId>
-                        <version>10.1.2.1</version>
+                        <version>10.3.1.4</version>
                     </dependency>
                 </dependencies>