Updated maven integration for the 2.1.0 release.
diff --git a/maven/testproject/.gitignore b/maven/testproject/.gitignore
index a846ad3..e205143 100644
--- a/maven/testproject/.gitignore
+++ b/maven/testproject/.gitignore
@@ -1,3 +1,4 @@
 /.settings
 /.project
 /target
+/.classpath
diff --git a/maven/testproject/pom.xml b/maven/testproject/pom.xml
index 501047b..13fefeb 100644
--- a/maven/testproject/pom.xml
+++ b/maven/testproject/pom.xml
@@ -5,13 +5,13 @@
 	<parent>
 		<groupId>org.eclipse</groupId>
 		<artifactId>objectteams-parent-pom</artifactId>
-		<version>2.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 	</parent>
 
 	<packaging>jar</packaging>
         
 	<artifactId>objectteams-compile-test</artifactId>
-	<version>1.0.1-SNAPSHOT</version>
+	<version>1.0.1</version>
 	<name>Object Teams test project</name>
 
 	<!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->
@@ -53,14 +53,14 @@
 
     <properties>
     	<!-- Relative path of this module: -->
-    	<project-repository-path>trunk/maven/testproject</project-repository-path>
+    	<project-repository-path>maven/testproject</project-repository-path>
     </properties>
     
     <!-- Override inherited declaration, otherwise Maven appends the artifactId to the path -->
 	<scm>
-	    <connection>scm:svn:svn://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/${project-repository-path}</connection>
-	    <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/${project-repository-path}</developerConnection>
-	    <url>http://dev.eclipse.org/viewcvs/index.cgi/${project-repository-path}?root=TOOLS_OBJECTTEAMS</url>
+	    <connection>scm:git:git://git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</connection>
+	    <developerConnection>scm:git:ssh://${username}@git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</developerConnection>
+	    <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/${project-repository-path}</url>
 	</scm>
 
 	<!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->
diff --git a/maven/testproject/src/site/apt/usage.apt b/maven/testproject/src/site/apt/usage.apt
index de43a00..3e673fa 100644
--- a/maven/testproject/src/site/apt/usage.apt
+++ b/maven/testproject/src/site/apt/usage.apt
@@ -3,7 +3,7 @@
 	------
 	Olaf Otto & Stephan Herrmann
 	------
-	2001-10-18
+	2012-07-05
 	------
 
 Using Object Teams with Maven3
@@ -33,7 +33,7 @@
 	<parent>
 		<groupId>org.eclipse</groupId>
 		<artifactId>objectteams-parent-pom</artifactId>
-		<version>0.8.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 	</parent>
 +-----
 
@@ -64,4 +64,4 @@
   
 * Source
 
-  See the full source of {{{http://dev.eclipse.org/viewcvs/index.cgi/trunk/maven/testproject/pom.xml?root=TOOLS_OBJECTTEAMS&revision=HEAD}pom.xml}}.
\ No newline at end of file
+  See the full source of {{{http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/tree/maven/testproject/pom.xml}pom.xml}}.
\ No newline at end of file