[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/authentication.basic@1599051 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1e1159a..9eff2c6 100644
--- a/pom.xml
+++ b/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>