You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/10/11 23:30:21 UTC

svn commit: r824178 - /commons/proper/exec/trunk/pom.xml

Author: sgoeschl
Date: Sun Oct 11 21:30:21 2009
New Revision: 824178

URL: http://svn.apache.org/viewvc?rev=824178&view=rev
Log:
[maven-release-plugin] prepare release EXEC_1_0_1_RC5

Modified:
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=824178&r1=824177&r2=824178&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Oct 11 21:30:21 2009
@@ -25,7 +25,7 @@
   <name>Commons Exec</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-exec</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <description>A library to reliably execute external processes from within the JVM</description>
   <url>http://commons.apache.org/exec/</url>  
   
@@ -79,9 +79,9 @@
   </contributors>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC3</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC5</url>
   </scm>
   
   <build>