[maven-release-plugin] prepare release junit-addons-0.1
diff --git a/pom.xml b/pom.xml
index 79cd0f5..94f87a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <groupId>org.apache.directory.junit</groupId>
   <artifactId>junit-addons</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <name>Apache Directory JUnit Add-ons</name>
 
   <properties>
@@ -55,8 +55,8 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/junit-addons/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/junit-addons/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/buildtools/trunk/junit-addons</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/junit-addons/tags/junit-addons-0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/junit-addons/tags/junit-addons-0.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/buildtools/tags/junit-addons-0.1</url>
   </scm>
 </project>