You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2007/01/11 20:46:54 UTC

geronimo j2ee & javaee schema versions for 2.0

Are we sorted on the schema versions for 2.0?

I just noticed we are still using snapshot versions:

     <dependency>
         <groupId>org.apache.geronimo.schema</groupId>
         <artifactId>geronimo-schema-j2ee_1.4</artifactId>
         <version>1.1-SNAPSHOT</version>
     </dependency>

     <dependency>
         <groupId>org.apache.geronimo.schema</groupId>
         <artifactId>geronimo-schema-jee_5</artifactId>
         <version>1.0-SNAPSHOT</version>
     </dependency>

Should we be using 1.1 and 1.0 instead?

--jason