Author: tomdz
Date: Thu Nov 9 20:26:52 2006
New Revision: 473182
URL: http://svn.apache.org/viewvc?view=rev&rev=473182
Log:
Applied DDLUTILS-131
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=473182&r1=473181&r2=473182
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Thu Nov 9 20:26:52 2006
@@ -105,12 +105,12 @@
</dependency>
<dependency>
<!-- 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
+ Since version 0.8 doesn't exist yet, install 0.8-RC1 into the local
repo
+ mvn install:install-file -DgroupId=commons-betwixt
-DartifactId=commons-betwixt -Dversion=0.8-RC1 -Dpackaging=jar
-Dfile=lib/commons-betwixt-0.8-RC1.jar -DgeneratePom=true
-->
<groupId>commons-betwixt</groupId>
<artifactId>commons-betwixt</artifactId>
- <version>0.8</version>
+ <version>0.8-RC1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>