]
Antonio Goncalves updated FORGE-2066:
-------------------------------------
Fix Version/s: 2.x Future
In jta-setup version should be renamed in jtaVersion
----------------------------------------------------
Key: FORGE-2066
URL:
https://issues.jboss.org/browse/FORGE-2066
Project: Forge
Issue Type: Enhancement
Components: Java EE
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
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}