[jboss-jira] [JBoss JIRA] Created: (JBEE-15) Break all EEl apis into separately versioned subprojects

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Fri Nov 6 08:53:06 EST 2009


Break all EEl apis into separately versioned subprojects
--------------------------------------------------------

                 Key: JBEE-15
                 URL: https://jira.jboss.org/jira/browse/JBEE-15
             Project: JBoss JavaEE APIs
          Issue Type: Task
            Reporter: Jason T. Greene
            Assignee: Shelly McGowan
             Fix For: 5.2.0.Beta2


We should break up all modules in the Java EE project to be separately versioned components, in line with the specification they represent. In addition we should version them according to the specification version of the api, and not a version we come up with. This makes it easy for our other projects to know they are consuming the proper version. Hibernate, for example, would like to have a dependency on jta 1.1. It's not immediately clear what we have that implements 1.1.

The SVN layout should look like:

/projects/javaee/transaction-api/tags/1.1
/projects/javaee/ejb3-api/tags/3.1
etc

The maven coordinates should remain the same, as this allows for a project to quickly and easily see what javax apis are available:
org.jboss.javaee:transaction-api





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list