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 2010/10/08 21:56:17 UTC

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

Author: sgoeschl
Date: Fri Oct  8 19:56:17 2010
New Revision: 1005992

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

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=1005992&r1=1005991&r2=1005992&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Fri Oct  8 19:56:17 2010
@@ -25,7 +25,7 @@
     <name>Commons Exec</name>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-exec</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <description>A library to reliably execute external processes from within the JVM</description>
     <url>http://commons.apache.org/exec/</url>
     <issueManagement>
@@ -50,7 +50,7 @@
         </developer>
         <developer>
             <id>trygvis</id>
-            <name>Trygve Laugst&#xF8;l</name>
+            <name>Trygve Laugstøl</name>
             <organization>Apache</organization>
             <timezone>+1</timezone>
         </developer>
@@ -91,9 +91,9 @@
         </contributor>
     </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/COMMONS_EXEC_1_1_RC1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1</url>
     </scm>
     <build>
         <plugins>