[maven-release-plugin]  copy for tag 0.9.10

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/tags/0.9.10@648490 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asn1-codec/pom.xml b/asn1-codec/pom.xml
index 0f07978..1b67102 100644
--- a/asn1-codec/pom.xml
+++ b/asn1-codec/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>
diff --git a/asn1/pom.xml b/asn1/pom.xml
index a3f2889..ac6195e 100644
--- a/asn1/pom.xml
+++ b/asn1/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>
diff --git a/bouncycastle-reduced/pom.xml b/bouncycastle-reduced/pom.xml
index 982a63f..7ec7f46 100644
--- a/bouncycastle-reduced/pom.xml
+++ b/bouncycastle-reduced/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>shared-parent</artifactId>
     <groupId>org.apache.directory.shared</groupId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.directory.shared</groupId>
diff --git a/convert/pom.xml b/convert/pom.xml
index e6da80e..0080e9e 100644
--- a/convert/pom.xml
+++ b/convert/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-converter</artifactId>
   <name>Apache Directory Protocol Ldap Converters</name>
diff --git a/ldap-constants/pom.xml b/ldap-constants/pom.xml
index 5ef0b95..b18d058 100644
--- a/ldap-constants/pom.xml
+++ b/ldap-constants/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-ldap-constants</artifactId>
   <name>Apache Directory Protocol Ldap Shared Constants</name>
diff --git a/ldap-jndi/pom.xml b/ldap-jndi/pom.xml
index 4659928..2d0cca5 100644
--- a/ldap-jndi/pom.xml
+++ b/ldap-jndi/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-ldap-jndi</artifactId>
   <name>Apache Directory JNDI Shared</name>
diff --git a/ldap/pom.xml b/ldap/pom.xml
index eb21338..a11fe06 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.10-SNAPSHOT</version>
+    <version>0.9.10</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
diff --git a/pom.xml b/pom.xml
index 4ba0c40..4a319ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
   </parent>
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>
-  <version>0.9.10-SNAPSHOT</version>
+  <version>0.9.10</version>
 
   <properties>
     <projectName>ApacheDS-Shared</projectName>
@@ -235,9 +235,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/bigbang</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/branches/bigbang</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/project/branches/bigbang/shared-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/tags/0.9.10</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/tags/0.9.10</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/project/tags/0.9.10</url>
   </scm>
 
   <repositories>