Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-18759 Ensure features and plugins have upversioned since 4.2.0.Final release [VPE] #293

Merged
merged 1 commit into from Nov 20, 2014

Conversation

kmarmaliykov
Copy link
Contributor

No description provided.

@kmarmaliykov kmarmaliykov merged commit dd5bba1 into jbosstools:jbosstools-4.2.x Nov 20, 2014
@alexeykazakov
Copy link
Contributor

/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>

@kmarmaliykov kmarmaliykov deleted the JBIDE-18759 branch March 11, 2015 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants