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/sca-java-1.x/modules/implementation-data-xml | |
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/sca-java-1.x/modules/implementation-data-xml')
-rw-r--r-- | branches/sca-java-1.x/modules/implementation-data-xml/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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> |