[maven-release-plugin]  copy for tag EXEC_1_0_0_RC2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_0_RC2@727206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ed73dc0..1727e64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <name>Commons Exec</name>
   <groupId>commons-exec</groupId>
   <artifactId>commons-exec</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <description>A library to reliably execute external processes from within the JVM</description>
   <url>http://commons.apache.org/exec/</url>  
   
@@ -76,9 +76,9 @@
   </contributors>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/exec/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_0_RC2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_0_RC2</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_0_RC2</url>
   </scm>
   
   <build>