Aight this is done.
--jason
On Jan 11, 2007, at 6:06 PM, David Blevins wrote:
Yep. We now have final versions of these:
geronimo-annotation_1.0_spec-1.0
geronimo-ejb_3.0_spec-1.0
geronimo-interceptor_3.0_spec-1.0
geronimo-jpa_3.0_spec-1.0
geronimo-jta_1.1_spec-1.0
-David
On Jan 11, 2007, at 11:53 AM, Jason Dillon wrote:
Same with geronimo-jta_1.1_spec
Also, looks like some of these specs are listed twice in the
dependencyManagement section... :-(
--jason
On Jan 11, 2007, at 2:49 PM, Jason Dillon wrote:
Are these two specs sorted? Can we switch to using the released
1.0 for them? server/trunk is still using:
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_3.0_spec</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</
artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
--jason