[maven-release-plugin] prepare release org.apache.stanbol.commons.security-0.99

git-svn-id: https://svn.apache.org/repos/asf/stanbol/branches/security-0.99@1599064 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/authentication.basic/pom.xml b/authentication.basic/pom.xml
index 1e1159a..9eff2c6 100644
--- a/authentication.basic/pom.xml
+++ b/authentication.basic/pom.xml
@@ -22,12 +22,12 @@
         <groupId>org.apache.stanbol</groupId>
         <artifactId>stanbol-parent</artifactId>
         <version>4</version>
-        <relativePath/>
+        <relativePath />
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-    <version>0.99-SNAPSHOT</version>
+    <version>0.99</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Basic Authenticator</name>
@@ -45,12 +45,12 @@
 
   <scm>
   <connection>
-    scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
+    scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/authentication.basic
   </connection>
   <developerConnection>
-    scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
+    scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/authentication.basic
   </developerConnection>
-  <url>http://stanbol.apache.org/</url>
+  <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/stanbol.apache.org</url>
   </scm>
 
   <build>
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>0.99-SNAPSHOT</version>
+      <version>0.99</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/core/pom.xml b/core/pom.xml
index 59b2129..beff0d1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,12 +25,12 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>stanbol-parent</artifactId>
       <version>4</version>
-      <relativePath/>
+      <relativePath />
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-    <version>0.99-SNAPSHOT</version>
+    <version>0.99</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Security Core</name>
@@ -52,12 +52,12 @@
 
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99/core
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/core
     </connection>
     <developerConnection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99//core
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/core
     </developerConnection>
-    <url>http://stanbol.apache.org/</url>
+    <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/stanbol.apache.org</url>
   </scm>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 7c90168..5f53481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,23 +33,23 @@
         <groupId>org.apache.stanbol</groupId>
         <artifactId>stanbol-parent</artifactId>
         <version>4</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.commons.security</artifactId>
-    <version>0.99-SNAPSHOT</version>
+    <version>0.99</version>
     <packaging>pom</packaging>
     <name>Apache Stanbol Commons Security Reactor</name>
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99
+            scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99
+            scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99
         </developerConnection>
-        <url>http://stanbol.apache.org/</url>
+        <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99</url>
     </scm>
     
     <modules>