[ http://issues.apache.org/jira/browse/COCOON-1838?page=comments#action_12375010 ]
Ben Pope commented on COCOON-1838: ---------------------------------- Ah, thats a different story... much harder! There are a few places where there is a missing groupId or version number altogether. Is there a maven tool that can check these things or summarise? I thought it would be an easy patch, but I'm mistaken, I don;t have the time right now to manually check everything, nor do I know if, for example, minimal webapp should be 1 or 1.0.0. > Always use 3-digit version number > --------------------------------- > > Key: COCOON-1838 > URL: http://issues.apache.org/jira/browse/COCOON-1838 > Project: Cocoon > Type: Improvement > Components: - Build System: Maven > Versions: 2.2-dev (Current SVN) > Reporter: Ben Pope > Priority: Trivial > Attachments: version.patch > > Continuing the theme of Carsten in commit 394739 > (This sits on top of my other patch JIRA 1837, so 1 or two files might fail > if that one is not commited) > License granted to ASF. > The patch is essentially a search and replace of > <version>1-SNAPSHOT</version> and <version>1.0-SNAPSHOT</version> to > <version>1.0.0-SNAPSHOT</version> -- 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
