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

Reply via email to