Fix annotation-api-1.2 source generation


git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@1554768 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/annotation-api-1.2/pom.xml b/annotation-api-1.2/pom.xml
index f822c4c..662516a 100644
--- a/annotation-api-1.2/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -30,11 +30,16 @@
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.annotation-api-1.2</artifactId>
     <packaging>bundle</packaging>
-    <version>2.3-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
     <name>Apache ServiceMix :: Specs :: Annotation API 1.2</name>
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.locator</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
             <version>1.2</version>
diff --git a/pom.xml b/pom.xml
index 1a81272..d98886b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
 
     <modules>
         <module>locator</module>
-        <!-- <module>annotation-api-1.2-b04</module> -->
         <module>activator</module>
         <module>saaj-api-1.3</module>
         <module>stax-api-1.0</module>