]
Zbyněk Červinka updated JBIDE-26938:
------------------------------------
Fix Version/s: 4.14.0.AM1
(was: 4.13.0.Final)
The jbosstools-base repo cannot be built using maven after last
commit (upversion)
----------------------------------------------------------------------------------
Key: JBIDE-26938
URL:
https://issues.jboss.org/browse/JBIDE-26938
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: base, build
Affects Versions: 4.13.0.AM1
Environment: All OSes
Reporter: Zbyněk Červinka
Assignee: Zbyněk Červinka
Priority: Blocker
Fix For: 4.14.0.AM1
h2. The jbosstools-base repo shows the following error after the try to build the repo:
{code:java}
[ERROR] Invalid value of default.version = 4.13.0.Final for parent = 4.14.0.AM1-SNAPSHOT
!
Must set default.version = 4.14.0.Final (or = 4.14.0.AM1) in this file:
/Users/zcervink/git/jbosstools-base/foundation/plugins/org.jboss.tools.foundation.core/src/org/jboss/tools/foundation/core/properties/internal/currentversion.properties
{code}
h2. Detailed description:
The jbosstools-base repo cannot be built due to last commit (upversion commit;
00d2c0747483b88cc7e940ac132ba1d1e5ff9961). The upversion has not been performed to all
necesary files. The following file need to be updated too (and the foundation needs to be
bumped):
{color:#DE350B}jbosstools-base/foundation/plugins/org.jboss.tools.foundation.core/src/org/jboss/tools/foundation/core/properties/internal/currentversion.properties{color}
*Link to the problematic commit (without this commit the jbosstools-base can be build;
with this commit the repo build fails with the above described error message):*
https://github.com/jbosstools/jbosstools-base/commit/00d2c0747483b88cc7e9...