[ 
http://issues.apache.org/jira/browse/DDLUTILS-103?page=comments#action_12376506 
] 

Ken Weiner commented on DDLUTILS-103:
-------------------------------------

Can commons-betwixt be upgraded to 1.0 beta 1 which is the latest in the Maven 
Ibiblio repository?

If not, I think it is still better to chage the pom to specify 0.8-dev so when 
someone tries to use it, commons-betwixt won't be found, and then someone will 
realize that they have to copy your custom patched version into their Maven 
repo.  If you don't want to change it, maybe you could at least put a comment 
in the pom.

> Upgrade version of commons-betwixt in pom.xml
> ---------------------------------------------
>
>          Key: DDLUTILS-103
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-103
>      Project: DdlUtils
>         Type: Improvement

>   Components: Core
>     Reporter: Ken Weiner
>     Assignee: Thomas Dudziak

>
> The pom.xml for building with Maven has common-betwixt at version 0.7 but it 
> should be changed to 0.8-dev to match the version checked into the lib 
> directory:
>     <dependency>
>       <groupId>commons-betwixt</groupId>
>       <artifactId>commons-betwixt</artifactId>
>       <version>0.8-dev</version>
>     </dependency>
> Certain problems arise when using DdlUtils with an older version of 
> commons-betwixt.  For example, the <unique> element of the schema gets 
> mistakenly added as a <column>.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to