summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorials/store/www-services/catalog-amazon/store-db
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 02:03:12 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 02:03:12 +0000
commitb8f262283fd0e063fc929354ddfd8da7cf36bbb1 (patch)
tree36c7b7e6c8c27736c10f18a8af6da1e77c12f4d7 /java/sca/tutorials/store/www-services/catalog-amazon/store-db
parent2f7620e37f379c8b96da48699c9e5e232525585b (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/sca/tutorials/store/www-services/catalog-amazon/store-db')
-rw-r--r--java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml4
1 files changed, 2 insertions, 2 deletions
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>