[jbosstools-issues] [JBoss JIRA] (JBIDE-15433) mvn/tycho does not bump version in site/category.xml

Mickael Istria (JIRA) jira-events at lists.jboss.org
Thu Sep 5 04:31:04 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-15433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Istria closed JBIDE-15433.
----------------------------------

    Resolution: Won't Fix


This is out of the scope of the tycho bump-version plugin. It's generally easier to change versions manually.

Some tips:
* Remove the "url" attribute from category.xml, it's useless (Tycho does not parse it)
* Use 0.0.0 as version (except if you really want to use 1.2.0.qualifier). 0.0.0 will use the latest available version. It should generally be the one from the reactor.
                
> mvn/tycho does not bump version in site/category.xml
> ----------------------------------------------------
>
>                 Key: JBIDE-15433
>                 URL: https://issues.jboss.org/browse/JBIDE-15433
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: build
>            Reporter: Xavier Coulon
>
> After running the following command on the livereload component:
> {code}
> mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.0-SNAPSHOT
> {code}
> I could see that all pom.xml, feature.xml and MANIFEST.xml were updated, but not the site/category.xml which I had to edit myself (mvn clean verify failed)
> {code}
> <site>
>    <feature url="features/org.jboss.tools.livereload.feature_1.2.0.qualifier.jar" id="org.jboss.tools.livereload.feature" version="1.2.0.qualifier"/>
>    <feature url="features/org.jboss.tools.livereload.feature.source_1.2.0.qualifier.jar" id="org.jboss.tools.livereload.feature.source" version="1.2.0.qualifier"/>
> </site>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list