[
https://issues.jboss.org/browse/JBIDE-18779?page=com.atlassian.jira.plugi...
]
Alexey Kazakov edited comment on JBIDE-18779 at 11/20/14 1:31 PM:
------------------------------------------------------------------
/pom.xml file is using the wrong parent pom version:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.2.0.Final-SNAPSHOT</version>
</parent>
{code}
should be:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.2.1.CR1-SNAPSHOT</version>
</parent>
{code}
was (Author: akazakov):
/pom.xml file is using the wrong parent pom version:
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.2.0.Final-SNAPSHOT</version>
</parent>
should be:
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.2.1.CR1-SNAPSHOT</version>
</parent>
Ensure features and plugins have upversioned since 4.2.0.Final
release [Browsersim]
-----------------------------------------------------------------------------------
Key: JBIDE-18779
URL:
https://issues.jboss.org/browse/JBIDE-18779
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: browsersim
Affects Versions: 4.2.1.CR1
Reporter: Nick Boldt
Assignee: Konstantin Marmalyukov
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-browsersim/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.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)