On Wed, Mar 23, 2011 at 15:31, mflorea <[email protected]> wrote:
Author: mflorea Date: 2011-03-23 15:31:42 +0100 (Wed, 23 Mar 2011) New Revision: 35841
Modified: platform/core/trunk/pom.xml Log: [release] release plugin fails to create branch for xwiki-core. Try to set commons.version to an explicit value.
Modified: platform/core/trunk/pom.xml =================================================================== --- platform/core/trunk/pom.xml 2011-03-23 14:12:57 UTC (rev 35840) +++ platform/core/trunk/pom.xml 2011-03-23 14:31:42 UTC (rev 35841) @@ -39,7 +39,7 @@ <properties> <!-- Versions of XWiki dependencies used in Core modules --> <rendering.version>${project.version}</rendering.version> - <commons.version>${project.version}</commons.version> + <commons.version>3.0-SNAPSHOT</commons.version>
It's more correct that way anyway but I did not expected it to fail to branch/release because of that.
<!-- The previous stable version of this project, used to catch API breakages. --> <clirr.previous.version>2.7</clirr.previous.version> </properties>
_______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
-- Thomas Mortagne