upgrade geronimo annotation spec to 1.1

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@982665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-08-05 15:35:09 +00:00
parent 8cb9ef312f
commit e1f6acf038
6 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<artifactId>geronimo-annotation_1.1_spec</artifactId>
</dependency>
</dependencies>

View File

@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<artifactId>geronimo-annotation_1.1_spec</artifactId>
<optional>true</optional>
</dependency>

View File

@ -2,7 +2,7 @@
<repository>mvn:org.apache.karaf/apache-karaf/${karaf-version}/xml/features</repository>
<feature name="activemq" version="${activemq-version}">
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.1_spec/1.0</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>

View File

@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<artifactId>geronimo-annotation_1.1_spec</artifactId>
<optional>true</optional>
</dependency>
<dependency>

View File

@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<artifactId>geronimo-annotation_1.1_spec</artifactId>
<optional>true</optional>
</dependency>
<dependency>

View File

@ -403,8 +403,8 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<version>1.1.1</version>
<artifactId>geronimo-annotation_1.1_spec</artifactId>
<version>1.0</version>
</dependency>