Antonio Goncalves created FORGE-2066:
----------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)