manually revert some of the half-baked automatic release
+ corrected the scm web access
diff --git a/pom.xml b/pom.xml
index 2a47136..c1c5505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,6 @@
 	</parent>
 
 	<artifactId>objectteams-artifact-deployer</artifactId>
-	<version>2.0.0</version>
 		
 	<packaging>pom</packaging>
 
@@ -68,9 +67,9 @@
 
     <!-- Override inherited declaration, otherwise Maven appends the artifactId to the path -->
 	<scm>
-	    <connection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection>
-	    <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection>
-	    <url>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</url>
+	    <connection>scm:svn:svn://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection>
+	    <developerConnection>scm:svn:svn+ssh://${username}@dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection>
+	    <url>http://dev.eclipse.org/viewcvs/index.cgi/tags/mvn-releases/objectteams-artifact-deployer-2.0.0?root=TOOLS_OBJECTTEAMS</url>
 	</scm>
 	
 	<!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->