Author: dejanb
Date: Thu Aug  5 15:35:09 2010
New Revision: 982665

URL: http://svn.apache.org/viewvc?rev=982665&view=rev
Log:
upgrade geronimo annotation spec to 1.1

Modified:
    activemq/trunk/activemq-all/pom.xml
    activemq/trunk/activemq-camel/pom.xml
    activemq/trunk/activemq-karaf/src/main/resources/features.xml
    activemq/trunk/activemq-pool/pom.xml
    activemq/trunk/activemq-spring/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-all/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/activemq-all/pom.xml (original)
+++ activemq/trunk/activemq-all/pom.xml Thu Aug  5 15:35:09 2010
@@ -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>
 

Modified: activemq/trunk/activemq-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Thu Aug  5 15:35:09 2010
@@ -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>
 

Modified: activemq/trunk/activemq-karaf/src/main/resources/features.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/resources/features.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Thu Aug  5 
15:35:09 2010
@@ -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>
 

Modified: activemq/trunk/activemq-pool/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-pool/pom.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/activemq-pool/pom.xml (original)
+++ activemq/trunk/activemq-pool/pom.xml Thu Aug  5 15:35:09 2010
@@ -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>

Modified: activemq/trunk/activemq-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-spring/pom.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/activemq-spring/pom.xml (original)
+++ activemq/trunk/activemq-spring/pom.xml Thu Aug  5 15:35:09 2010
@@ -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>

Modified: activemq/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=982665&r1=982664&r2=982665&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Aug  5 15:35:09 2010
@@ -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>
 
 


Reply via email to