[maven-release-plugin] prepare release 0.9.13

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/trunk@704452 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asn1-codec/pom.xml b/asn1-codec/pom.xml
index f2c1e91..51bf998 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.13-SNAPSHOT</version>
+    <version>0.9.13</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 7e52766..8b3d7cd 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.13-SNAPSHOT</version>
+    <version>0.9.13</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>
diff --git a/convert/pom.xml b/convert/pom.xml
index 84a86fa..38da721 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.13-SNAPSHOT</version>
+    <version>0.9.13</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 7cbf496..d7e1614 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.13-SNAPSHOT</version>
+    <version>0.9.13</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 54012e9..3de7ed1 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.13-SNAPSHOT</version>
+    <version>0.9.13</version>
   </parent>
   <artifactId>shared-ldap-jndi</artifactId>
   <name>Apache Directory JNDI Shared</name>
diff --git a/ldap/pom.xml b/ldap/pom.xml
index 1085521..6dedb1f 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.13-SNAPSHOT</version>
+    <version>0.9.13</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
diff --git a/pom.xml b/pom.xml
index f961e71..2aa2ce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>
-  <version>0.9.13-SNAPSHOT</version>
+  <version>0.9.13</version>
 
   <properties>
     <projectName>ApacheDS-Shared</projectName>
@@ -237,9 +237,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/tags/0.9.13</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/tags/0.9.13</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/shared/tags/0.9.13</url>
   </scm>
 
   <repositories>