Add annotation-api 1.2 spec

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@1554239 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/annotation-api-1.2-b04/pom.xml b/annotation-api-1.2/pom.xml
similarity index 96%
rename from annotation-api-1.2-b04/pom.xml
rename to annotation-api-1.2/pom.xml
index 802f12a..f822c4c 100644
--- a/annotation-api-1.2-b04/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -24,20 +24,20 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.specs</groupId>
-    <artifactId>org.apache.servicemix.specs.annotation-api-1.2-b04</artifactId>
+    <artifactId>org.apache.servicemix.specs.annotation-api-1.2</artifactId>
     <packaging>bundle</packaging>
     <version>2.3-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Specs :: Activation API 1.4</name>
+    <name>Apache ServiceMix :: Specs :: Annotation API 1.2</name>
 
     <dependencies>
         <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
-            <version>1.2-b04</version>
+            <version>1.2</version>
         </dependency>
     </dependencies>
 
diff --git a/pom.xml b/pom.xml
index f3eb82e..9859b39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
         <module>jsr339-api-2.0</module>
         <module>javamail-api-1.4</module>
         <module>activation-api-1.1</module>
+        <module>annotation-api-1.2</module>
         <module>java-persistence-api-1.1.1</module>
         <module>java-persistence-api-2.0</module>
         <module>jsr303-api-1.0.0</module>