diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 01:45:37 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 01:45:37 +0000 |
commit | 2f7620e37f379c8b96da48699c9e5e232525585b (patch) | |
tree | a99b5ec96e21bd73eb56d74af7458b166e8a7d1f /branches | |
parent | 76c521b022e2cd4ffd4ee023db3f00901d61717e (diff) |
TUSCANY-2737 - Moving to latest release of the sql-maven-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
8 files changed, 10 insertions, 16 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-das/pom.xml b/branches/sca-java-1.x/modules/implementation-das/pom.xml index d932831469..4c2d084f36 100644 --- a/branches/sca-java-1.x/modules/implementation-das/pom.xml +++ b/branches/sca-java-1.x/modules/implementation-das/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml b/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml index a13bcb8692..a4a8094511 100644 --- a/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml +++ b/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml b/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml index 05233e6ef7..16a7c32035 100644 --- a/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml +++ b/branches/sca-java-1.x/samples/customer-dojo-webapp/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/samples/customer-dojo/pom.xml b/branches/sca-java-1.x/samples/customer-dojo/pom.xml index 56d3046f26..73ce7e7856 100644 --- a/branches/sca-java-1.x/samples/customer-dojo/pom.xml +++ b/branches/sca-java-1.x/samples/customer-dojo/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/tutorials/store/store-db/pom.xml b/branches/sca-java-1.x/tutorials/store/store-db/pom.xml index 473f7a61a7..58acdfa466 100644 --- a/branches/sca-java-1.x/tutorials/store/store-db/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-db/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml b/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml index 1666e29481..187d991156 100644 --- a/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-eu/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml b/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml index e0cf8cc067..dd425976c9 100644 --- a/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-supplier/pom.xml @@ -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> diff --git a/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml b/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml index 911f5b6ce4..91a7879140 100644 --- a/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/www-services/catalog-amazon/store-db/pom.xml @@ -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> |