]
George Gastaldi updated FORGE-2066:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.12.2.Final
(was: 2.x Future)
Resolution: Done
In jta-setup version should be renamed to jtaVersion
----------------------------------------------------
Key: FORGE-2066
URL:
https://issues.jboss.org/browse/FORGE-2066
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
Assignee: Antonio Goncalves
Fix For: 2.12.2.Final
In all the {{setup}} commands, the {{version}} is always prefixed by the specification,
except in JTA :
{code}
jpa-setup --jpaVersion
cdi-setup --cdiVersion
websocket-setup --webSocketVersion
ejb-setup --ejbVersion
faces-setup --facesVersion
jms-setup --jmsVersion
jstl-setup --jstlVersion
servlet-setup --servletVersion
rest-setup --jaxrsVersion
soap-setup --jaxwsVersion
{code}
JTA uses :
{code}
jta-setup --version
{code}
And should be renamed
{code}
jta-setup --jtaVersion
{code}