Author: mvdb Date: Mon Oct 9 13:07:43 2006 New Revision: 454479 URL: http://svn.apache.org/viewvc?view=rev&rev=454479 Log: partially added patch from issue DDLUTILS-124
Modified: db/ddlutils/trunk/pom.xml Modified: db/ddlutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?view=diff&rev=454479&r1=454478&r2=454479 ============================================================================== --- db/ddlutils/trunk/pom.xml (original) +++ db/ddlutils/trunk/pom.xml Mon Oct 9 13:07:43 2006 @@ -101,8 +101,10 @@ <optional>true</optional> </dependency> <dependency> - <!-- TODO: There is no 0.8 version of betwixt at the moment so this will fail - But this is better than specifying 0.7 which will not work with DdlUtils --> + <!-- TODO: Move to a released version of Betwixt + Since version 0.8 doesn't exist yet, install 0.8 into the local repo + mvn install:install-file -DgroupId=commons-betwixt -DartifactId=commons-betwixt -Dversion=0.8-dev -Dpackaging=jar -Dfile=lib/commons-betwixt-0.8-dev.jar -DgeneratePom=true + --> <groupId>commons-betwixt</groupId> <artifactId>commons-betwixt</artifactId> <version>0.8</version> @@ -183,7 +185,7 @@ <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> + <version>1.8.0.4</version> <scope>test</scope> </dependency> <dependency> @@ -208,7 +210,7 @@ </dependencies> <properties> - <jdbc.properties.file>jdbc.properties.hsqldb</jdbc.properties.file> + <jdbc.properties.file>/jdbc.properties.hsqldb</jdbc.properties.file> </properties> <build>