Hello Geronimo team,
I am building an OSGi project which depends on the new contract capabilities
that have been added across the Geronimo spec jars. Is there any chance that
the following spec jars could be released?
Many Thanks,
Tim
<!-- JAX-B 2.2 API with contract -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxb_2.2_spec</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
<!-- Java-Activation 1.1 API with contract -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
<!-- Stax 1.2 API with contract -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.2_spec</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
<!-- JAX-WS 2.2 API with contract -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.2_spec</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
<!-- SAAJ 1.3 API with contract -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-saaj_1.3_spec</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>