You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2006/01/27 09:42:54 UTC

svn commit: r372783 - in /excalibur/trunk/components: ./ datasource/ monitor/ pool/ pool/api/ pool/impl/ pool/instrumented/ sourceresolve/ store/ thread/ thread/api/ thread/impl/ thread/instrumented/ xmlutil/

Author: cziegeler
Date: Fri Jan 27 00:42:36 2006
New Revision: 372783

URL: http://svn.apache.org/viewcvs?rev=372783&view=rev
Log:
Add components to group id

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pom.xml
    excalibur/trunk/components/pool/api/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/pool/instrumented/pom.xml
    excalibur/trunk/components/pool/pom.xml
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml
    excalibur/trunk/components/thread/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/datasource/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-datasource</artifactId>
     <name>Excalibur Datasource</name>
     <inceptionYear>2003</inceptionYear>
@@ -63,12 +64,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.excalibur</groupId>
+            <groupId>org.apache.excalibur.components</groupId>
             <artifactId>excalibur-pool-api</artifactId>
             <version>2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.excalibur</groupId>
+            <groupId>org.apache.excalibur.components</groupId>
             <artifactId>excalibur-pool-impl</artifactId>
             <version>2.2-SNAPSHOT</version>
             <scope>provided</scope>
@@ -86,7 +87,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.excalibur</groupId>
+            <groupId>org.apache.excalibur.components</groupId>
             <artifactId>excalibur-pool-instrumented</artifactId>
             <version>2.2-SNAPSHOT</version>
             <scope>provided</scope>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/monitor/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-monitor</artifactId>
     <name>Excalibur Monitor</name>
     <inceptionYear>1997</inceptionYear>

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-components</artifactId>
     <version>2.2-SNAPSHOT</version>
     <name>Excalibur Components</name>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pool/api/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Excalibur Pool API</name>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-api</artifactId>
     <inceptionYear>1997</inceptionYear>
     <description>Excalibur Pool API</description>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pool/impl/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Excalibur Pool Implementation</name>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-impl</artifactId>
     <inceptionYear>1997</inceptionYear>
     <dependencies>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pool/instrumented/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Excalibur Pool Instrumented Implementation</name>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool-instrumented</artifactId>
     <inceptionYear>1997</inceptionYear>
     <description>Excalibur Pool Instrumented Implementation</description>

Modified: excalibur/trunk/components/pool/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pool/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/pool/pom.xml (original)
+++ excalibur/trunk/components/pool/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-pool</artifactId>
     <name>Excalibur Pool</name>
     <packaging>pom</packaging>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/sourceresolve/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Excalibur Sourceresolve</name>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-sourceresolve</artifactId>
     <inceptionYear>1997</inceptionYear>
     <description>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/store/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-store</artifactId>
     <name>Excalibur Store</name>
     <inceptionYear>1997</inceptionYear>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/thread/api/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-api</artifactId>
     <name>Excalibur Threads API</name>
     <inceptionYear>2001</inceptionYear>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/thread/impl/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-impl</artifactId>
     <name>Excalibur Threads Implementation</name>
     <inceptionYear>2001</inceptionYear>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/thread/instrumented/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Fri Jan 27 00:42:36 2006
@@ -22,6 +22,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread-instrumented</artifactId>
     <name>Excalibur Threads Instrumented Implementation</name>
     <inceptionYear>2001</inceptionYear>

Modified: excalibur/trunk/components/thread/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/thread/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/thread/pom.xml (original)
+++ excalibur/trunk/components/thread/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
         <version>1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-thread</artifactId>
     <name>Excalibur Thread</name>
     <packaging>pom</packaging>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/xmlutil/pom.xml?rev=372783&r1=372782&r2=372783&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Fri Jan 27 00:42:36 2006
@@ -23,6 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Excalibur XML Utilities</name>
+    <groupId>org.apache.excalibur.components</groupId>
     <artifactId>excalibur-xmlutil</artifactId>
     <inceptionYear>1997</inceptionYear>
     <description>
@@ -55,12 +56,12 @@
             <version>4.3</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.excalibur</groupId>
+            <groupId>org.apache.excalibur.components</groupId>
             <artifactId>excalibur-sourceresolve</artifactId>
             <version>2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.excalibur</groupId>
+            <groupId>org.apache.excalibur.components</groupId>
             <artifactId>excalibur-store</artifactId>
             <version>2.2-SNAPSHOT</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org