diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 02:03:12 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 02:03:12 +0000 |
commit | b8f262283fd0e063fc929354ddfd8da7cf36bbb1 (patch) | |
tree | 36c7b7e6c8c27736c10f18a8af6da1e77c12f4d7 /java | |
parent | 2f7620e37f379c8b96da48699c9e5e232525585b (diff) |
TUSCANY-2737 - Moving to latest release of the sql-maven-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
8 files changed, 10 insertions, 16 deletions
diff --git a/java/sca/contrib/modules/implementation-das/pom.xml b/java/sca/contrib/modules/implementation-das/pom.xml index 8dca0d084c..cc7ff361e3 100644 --- a/java/sca/contrib/modules/implementation-das/pom.xml +++ b/java/sca/contrib/modules/implementation-das/pom.xml @@ -120,8 +120,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/java/sca/contrib/modules/implementation-data-xml/pom.xml b/java/sca/contrib/modules/implementation-data-xml/pom.xml index 39d82be0c7..a9585db9d0 100644 --- a/java/sca/contrib/modules/implementation-data-xml/pom.xml +++ b/java/sca/contrib/modules/implementation-data-xml/pom.xml @@ -143,14 +143,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/java/sca/samples/customer-dojo-webapp/pom.xml b/java/sca/samples/customer-dojo-webapp/pom.xml index 29da8e9eaf..2474a561fb 100644 --- a/java/sca/samples/customer-dojo-webapp/pom.xml +++ b/java/sca/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/java/sca/samples/customer-dojo/pom.xml b/java/sca/samples/customer-dojo/pom.xml index 7d8a0d027c..5c64caaad4 100644 --- a/java/sca/samples/customer-dojo/pom.xml +++ b/java/sca/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/java/sca/tutorials/store/store-db/pom.xml b/java/sca/tutorials/store/store-db/pom.xml index a7f006e8a7..923c4004b8 100644 --- a/java/sca/tutorials/store/store-db/pom.xml +++ b/java/sca/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/java/sca/tutorials/store/store-eu/pom.xml b/java/sca/tutorials/store/store-eu/pom.xml index 28643577d1..f9e9898695 100644 --- a/java/sca/tutorials/store/store-eu/pom.xml +++ b/java/sca/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/java/sca/tutorials/store/store-supplier/pom.xml b/java/sca/tutorials/store/store-supplier/pom.xml index 193ec981f6..0aed45f30d 100644 --- a/java/sca/tutorials/store/store-supplier/pom.xml +++ b/java/sca/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/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml b/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml index 9eafbd34c6..5e30575949 100644 --- a/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml +++ b/java/sca/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> |