diff options
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> |