Fixed the pom parent version
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 4d6d47c..fa0c069 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M27-SNAPSHOT</version>
+    <version>2.0.0.AM27-SNAPSHOT</version>
   </parent>
   <artifactId>apacheds-osgi</artifactId>
   <name>ApacheDS OSGi Bundle</name>