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 2008/06/27 19:37:37 UTC

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

Author: sgoeschl
Date: Fri Jun 27 10:37:36 2008
New Revision: 672340

URL: http://svn.apache.org/viewvc?rev=672340&view=rev
Log:
Updating the POM to be a proper project

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=672340&r1=672339&r2=672340&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Fri Jun 27 10:37:36 2008
@@ -22,15 +22,15 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox-parent</artifactId>
-    <version>6</version>
+    <artifactId>commons-parent</artifactId>
+    <version>10</version>
   </parent>
   
   <artifactId>commons-exec</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Commons Exec (Sandbox)</name>
+  <version>1.0.0-SNAPSHOT</version>
+  <name>Commons Exec</name>
   <description>A library to reliably execute external processes from within the JVM</description>
-  <url>http://commons.apache.org/sandbox/exec/</url>  
+  <url>http://commons.apache.org/exec/</url>  
   
   <dependencies>
    <dependency>
@@ -73,9 +73,9 @@
   </contributors>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/exec/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/exec/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/</url>
+    <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>
   </scm>
   
   <build>
@@ -106,7 +106,7 @@
     <site>
       <id>website</id>
       <name>Apache Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/sandbox/exec/</url>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/exec/</url>
     </site>
   </distributionManagement>
 



Re: [exec] svn commit: r672340 - /commons/proper/exec/trunk/pom.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 6/27/08, sgoeschl@apache.org <sg...@apache.org> wrote:
> Author: sgoeschl
>  Date: Fri Jun 27 10:37:36 2008
>  New Revision: 672340
>
>  URL: http://svn.apache.org/viewvc?rev=672340&view=rev
>  Log:
>  Updating the POM to be a proper project
>
>  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=672340&r1=672339&r2=672340&view=diff
>  ==============================================================================
>  --- commons/proper/exec/trunk/pom.xml (original)
>  +++ commons/proper/exec/trunk/pom.xml Fri Jun 27 10:37:36 2008
>  @@ -22,15 +22,15 @@
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>      <groupId>org.apache.commons</groupId>
>  -    <artifactId>commons-sandbox-parent</artifactId>
>  -    <version>6</version>
>  +    <artifactId>commons-parent</artifactId>
>  +    <version>10</version>
>    </parent>
>
>    <artifactId>commons-exec</artifactId>
>  -  <version>1.0-SNAPSHOT</version>
>  -  <name>Commons Exec (Sandbox)</name>
>  +  <version>1.0.0-SNAPSHOT</version>
>  +  <name>Commons Exec</name>
<snip/>

I think we've moved more towards not using the point release unless
its needed in the version number (I like it since it shorter -- so I
actually prefer 1.0, rather than 1.0.0).

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org