[maven-release-plugin]  copy for tag james-project-1.2

git-svn-id: https://svn.apache.org/repos/asf/james/project/tags/james-project-1.2@578064 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3e79128..4b2e41d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-project</artifactId>
   <name>Apache JAMES Project</name>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <description>
     The Apache JAMES Project
   </description>
@@ -67,4 +67,10 @@
     </mailingList>
   </mailingLists>
   
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-project-1.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-project-1.2</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/tags/james-project-1.2</url>
+  </scm>
 </project>
\ No newline at end of file
diff --git a/server/2.2.0/pom.xml b/server/2.2.0/pom.xml
index 800ba9a..711f8b0 100644
--- a/server/2.2.0/pom.xml
+++ b/server/2.2.0/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-server-site-2-2-0</artifactId>
   <name>JAMES Server 2.2.0 Documentation</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <description>
     Apache JAMES Server 2.2.0 Documentation
   </description>
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-server-root</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <url>http://james.apache.org/server/2.2.0/</url>
   <inceptionYear>2006</inceptionYear>
diff --git a/server/pom.xml b/server/pom.xml
index 613b672..571193c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-server-root</artifactId>
   <name>JAMES Server</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <description>
     Apache JAMES Server
   </description>
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modules>
     <module>2.2.0</module>