Add contract to annotation-1.2
diff --git a/annotation-api-1.2/pom.xml b/annotation-api-1.2/pom.xml
index 1a1a57d..5d9b88a 100644
--- a/annotation-api-1.2/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs-pom</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>1</version>
         <relativePath>../specs-pom/pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.10-SNAPSHOT</version>
+            <version>2.10</version>
         </dependency>
         <dependency>
             <groupId>javax.annotation</groupId>
@@ -61,6 +61,9 @@
                         <Private-Package />
                         <Implementation-Title>Apache ServiceMix</Implementation-Title>
                         <Implementation-Version>${project.version}</Implementation-Version>
+                        <Provide-Capability>
+                            <![CDATA[osgi.contract;osgi.contract=JavaAnnotation;uses:="javax.annotation,javax.annotation.security,javax.annotation.sql";version:List<Version>="1.2,1.1,1"]]>
+                        </Provide-Capability>
                     </instructions>
                     <unpackBundle>true</unpackBundle>
                 </configuration>