Re: [xwiki-devs] [xwiki-notifications] r35841 - platform/core/trunk
On Wed, Mar 23, 2011 at 15:31, mflorea <platform-notifications@xwiki.org> 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 notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
-- Thomas Mortagne
On 03/23/2011 04:35 PM, Thomas Mortagne wrote:
On Wed, Mar 23, 2011 at 15:31, mflorea<platform-notifications@xwiki.org> 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.
This was just a try. I fixed the actual problem in r35844: xwiki-core-model dependency had version ${commons.version} instead on ${project.version} in xwiki-annotation-maintainer pom. Note that this is why I had problems releasing xwiki-core 3.0M3. So http://jira.codehaus.org/browse/MRELEASE-666 is not a bug in maven release plugin. Thanks, Marius
<!-- The previous stable version of this project, used to catch API breakages. --> <clirr.previous.version>2.7</clirr.previous.version> </properties>
_______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
On Thu, Mar 24, 2011 at 00:31, Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> wrote:
On 03/23/2011 04:35 PM, Thomas Mortagne wrote:
On Wed, Mar 23, 2011 at 15:31, mflorea<platform-notifications@xwiki.org> 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.
This was just a try. I fixed the actual problem in r35844: xwiki-core-model dependency had version ${commons.version} instead on ${project.version} in xwiki-annotation-maintainer pom. Note that this is why I had problems releasing xwiki-core 3.0M3. So http://jira.codehaus.org/browse/MRELEASE-666 is not a bug in maven release plugin.
Always good to ear that a bug is easily fixed on our side instead of having to find a workaround a tool bug :)
Thanks, Marius
<!-- The previous stable version of this project, used to catch API breakages. --> <clirr.previous.version>2.7</clirr.previous.version> </properties>
_______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Marius Dumitru Florea -
Thomas Mortagne