SMX4-189: Using Geronimo Activation API on the compiler boot classpath

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@733669 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activation-api-1.1/pom.xml b/activation-api-1.1/pom.xml
index 4ae2b39..5b20754 100644
--- a/activation-api-1.1/pom.xml
+++ b/activation-api-1.1/pom.xml
@@ -53,7 +53,7 @@
               <artifactId>maven-compiler-plugin</artifactId>
               <inherited>true</inherited>
               <configuration>
-                <compilerArgument>-Xbootclasspath/p:${settings.localRepository}/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/1.2-SNAPSHOT/org.apache.servicemix.specs.activation-api-1.1-1.2-SNAPSHOT.jar</compilerArgument>
+                <compilerArgument>-Xbootclasspath/p:${settings.localRepository}/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar</compilerArgument>
               </configuration>
             </plugin>
             <plugin>