]
Max Rydahl Andersen updated JBIDE-18776:
----------------------------------------
missing version updates are blocking issues thus setting priority accordingly.
Also this is most efficiently done by running the following command in the root of the
projects/component that need to bump versions.
{code}
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.3-SNAPSHOT
{code}
(of course remember to update 1.2.3-SNAPSHOT to the right version)
Details in this blog:
Ensure features and plugins have upversioned since 4.2.0.Final
release [Base]
-----------------------------------------------------------------------------
Key: JBIDE-18776
URL:
https://issues.jboss.org/browse/JBIDE-18776
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: common/jst/core, server, usage
Affects Versions: 4.2.1.CR1
Reporter: Nick Boldt
Assignee: Rob Stryker
Fix For: 4.2.1.CR1
You have commits in your 4.2.x branch which happened AFTER 4.2.0.Final. Yet your root pom
is still at version 4.2.0, and your affected plugins' versions are not incremented.
https://github.com/jbosstools/jbosstools-base/commits/jbosstools-4.2.x
Please bump your stuff to a .1 version to reflect the fact you're doing maintenance
in the 4.2.x branch.