You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/12/06 16:55:08 UTC

svn commit: r483126 - in /jakarta/commons/proper: beanutils/trunk/pom.xml cli/trunk/pom.xml dbutils/trunk/pom.xml fileupload/trunk/pom.xml io/trunk/pom.xml lang/trunk/pom.xml

Author: rahul
Date: Wed Dec  6 07:55:07 2006
New Revision: 483126

URL: http://svn.apache.org/viewvc?view=rev&rev=483126
Log:
Match groupIds for m1 and m2. We should account for the fact that its relatively easier to deploy snaps with m2 (such as IO was last night) and we shouldn't spray component artifacts in two different places (without relocation).

Modified:
    jakarta/commons/proper/beanutils/trunk/pom.xml
    jakarta/commons/proper/cli/trunk/pom.xml
    jakarta/commons/proper/dbutils/trunk/pom.xml
    jakarta/commons/proper/fileupload/trunk/pom.xml
    jakarta/commons/proper/io/trunk/pom.xml
    jakarta/commons/proper/lang/trunk/pom.xml

Modified: jakarta/commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/pom.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
   <version>1.8.0-SNAPSHOT</version>
   <name>BeanUtils</name>

Modified: jakarta/commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/cli/trunk/pom.xml (original)
+++ jakarta/commons/proper/cli/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
   <version>2.0-SNAPSHOT</version>
   <name>CLI</name>

Modified: jakarta/commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbutils/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/pom.xml (original)
+++ jakarta/commons/proper/dbutils/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
   <version>1.1</version>
   <name>DbUtils</name>

Modified: jakarta/commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/pom.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
   <version>1.2-SNAPSHOT</version>
   <name>FileUpload</name>
@@ -179,7 +179,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.3-SNAPSHOT</version>
       <optional>true</optional>

Modified: jakarta/commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/io/trunk/pom.xml (original)
+++ jakarta/commons/proper/io/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.3-SNAPSHOT</version>
   <name>IO</name>

Modified: jakarta/commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/pom.xml?view=diff&rev=483126&r1=483125&r2=483126
==============================================================================
--- jakarta/commons/proper/lang/trunk/pom.xml (original)
+++ jakarta/commons/proper/lang/trunk/pom.xml Wed Dec  6 07:55:07 2006
@@ -25,7 +25,7 @@
     <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
+  <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
   <version>2.3-SNAPSHOT</version>
   <name>Lang</name>



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