trying to release one more maven project:
+ again add ${username} to scm url
+ avoid duplicate mentioning of version
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml
index bb6e6a3..195cc52 100644
--- a/maven/infrastructure/artifact-deployer/pom.xml
+++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -10,7 +10,6 @@
 	</parent>
 
 	<artifactId>objectteams-artifact-deployer</artifactId>
-  <version>2.0.0</version>
 		
 	<packaging>pom</packaging>
 
@@ -69,7 +68,7 @@
     <!-- Override inherited declaration, otherwise Maven appends the artifactId to the path -->
 	<scm>
 	    <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://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection>
+	    <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?root=TOOLS_OBJECTTEAMS/objectteams-artifact-deployer-2.0.0</url>
 	</scm>