Author: mvdb
Date: Mon Sep 15 00:01:17 2014
New Revision: 1624926
URL:
http://svn.apache.org/r1624926Log:
DDLUTILS-284
Update versions.
Partially committed patch supplied by Mansour Al Akeel
Modified:
db/ddlutils/trunk/pom.xml
Modified: db/ddlutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?rev=1624926&r1=1624925&r2=1624926&view=diff==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Mon Sep 15 00:01:17 2014
@@ -106,9 +106,9 @@
<dependencies>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.6.5</version>
+ <version>1.9.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -161,7 +161,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -241,7 +241,7 @@
<headerLocation>src/main/checkstyle/license-check.txt</headerLocation>
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</profile>