You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/09/29 20:54:47 UTC

svn commit: r292507 - in /incubator/jackrabbit/trunk: contrib/bdb-persistence/ contrib/db-persistence/ contrib/examples/ contrib/jca/ contrib/jcr-commands/ contrib/jcr-commands/jmeter-chain/ contrib/jcr-ext/ contrib/jcr-rmi/ contrib/jcr-server/client/ ...

Author: jukka
Date: Thu Sep 29 11:54:28 2005
New Revision: 292507

URL: http://svn.apache.org/viewcvs?rev=292507&view=rev
Log:
JCR-223: Use the org.apache.jackrabbit groupId also in modules and contrib.

Modified:
    incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/db-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/examples/project.xml
    incubator/jackrabbit/trunk/contrib/jca/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-commands/jmeter-chain/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/client/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/server/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml
    incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml
    incubator/jackrabbit/trunk/contrib/textfilters/project.xml
    incubator/jackrabbit/trunk/modules/commons/project.xml

Modified: incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml Thu Sep 29 11:54:28 2005
@@ -18,7 +18,7 @@
 <project>
 	<pomVersion>3</pomVersion>
 	<artifactId>jackrabbit-bdb</artifactId>
-	<groupId>jackrabbit</groupId>
+	<groupId>org.apache.jackrabbit</groupId>
 	<name>Jackrabbit BerkeleyDB Persistence Manager</name>
 	<currentVersion>1.0-SNAPSHOT</currentVersion>
 	<organization>
@@ -78,7 +78,7 @@
 			<url>http://www.day.com/maven/jsr170/jars/jcr-1.0.jar</url>
 		</dependency>
 		<dependency>
-			<groupId>jackrabbit</groupId>
+			<groupId>org.apache.jackrabbit</groupId>
 			<artifactId>jackrabbit</artifactId>
 			<version>${pom.currentVersion}</version>
 			<type>jar</type>

Modified: incubator/jackrabbit/trunk/contrib/db-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/db-persistence/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/db-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/db-persistence/project.xml Thu Sep 29 11:54:28 2005
@@ -21,7 +21,7 @@
     <!-- ====================================================================== -->
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
-    <groupId>jackrabbit</groupId>
+    <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-db</artifactId>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
     <name>Jackrabbit Simple JDBC-based Persistence</name>
@@ -35,7 +35,7 @@
           compile-time dependencies of the db persistence manager
         -->
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit</artifactId>
             <version>${pom.currentVersion}</version>
             <properties>

Modified: incubator/jackrabbit/trunk/contrib/examples/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/examples/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/examples/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/examples/project.xml Thu Sep 29 11:54:28 2005
@@ -19,7 +19,8 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <id>jackrabbit-examples</id>
+  <groupId>org.apache.jackrabbit</groupId>
+  <artifactId>jackrabbit-examples</artifactId>
   <name>Jackrabbit Examples</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <organization>
@@ -57,7 +58,7 @@
       <url>http://jcp.org/en/jsr/detail?id=170</url>
     </dependency>
     <dependency>
-      <groupId>jackrabbit</groupId>
+      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>

Modified: incubator/jackrabbit/trunk/contrib/jca/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jca/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jca/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jca/project.xml Thu Sep 29 11:54:28 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
     <pomVersion>3</pomVersion>    
-    <groupId>jackrabbit</groupId>
+    <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jca</artifactId>
     <name>Jackrabbit JCA</name>
     <currentVersion>1.0-SNAPSHOT</currentVersion>   
@@ -17,7 +17,7 @@
     </description>
     <dependencies>
 	<dependency>
-	    <groupId>jackrabbit</groupId>
+	    <groupId>org.apache.jackrabbit</groupId>
 	    <artifactId>jackrabbit</artifactId>
 	    <version>${pom.currentVersion}</version>
 	    <properties>

Modified: incubator/jackrabbit/trunk/contrib/jcr-commands/jmeter-chain/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-commands/jmeter-chain/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-commands/jmeter-chain/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-commands/jmeter-chain/project.xml Thu Sep 29 11:54:28 2005
@@ -3,7 +3,7 @@
   <pomVersion>3</pomVersion>
   <artifactId>jmeter-chain</artifactId>
   <name>JMeter chain</name>
-  <groupId>jackrabbit</groupId>
+  <groupId>org.apache.jackrabbit</groupId>
   <currentVersion>1.0-dev</currentVersion>
   <organization />
   <inceptionYear>2005</inceptionYear>

Modified: incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml Thu Sep 29 11:54:28 2005
@@ -3,7 +3,7 @@
   <pomVersion>3</pomVersion>
   <artifactId>jcr-commands</artifactId>
   <name>JCR commands</name>
-  <groupId>jackrabbit</groupId>
+  <groupId>org.apache.jackrabbit</groupId>
   <currentVersion>1.0-dev</currentVersion>
   <inceptionYear>2005</inceptionYear>
   <logo>/images/logo.gif</logo>
@@ -118,7 +118,7 @@
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jackrabbit</groupId>
+      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
       <type>jar</type>
@@ -131,7 +131,7 @@
       <url>http://www.day.com/maven/jsr170/jars/jcr-1.0.jar</url>
     </dependency>
     <dependency>
-      <groupId>jcr-rmi</groupId>
+      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jcr-rmi</artifactId>
       <version>1.0-SNAPSHOT</version>
       <type>jar</type>

Modified: incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml Thu Sep 29 11:54:28 2005
@@ -19,7 +19,8 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <id>jcr-ext</id>
+  <groupId>org.apache.jackrabbit</groupId>
+  <artifactId>jcr-ext</artifactId>
   <name>JCR extras</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>

Modified: incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml Thu Sep 29 11:54:28 2005
@@ -19,7 +19,8 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <id>jcr-rmi</id>
+  <groupId>org.apache.jackrabbit</groupId>
+  <artifactId>jcr-rmi</artifactId>
   <name>JCR-RMI</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/client/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/client/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/client/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/client/project.xml Thu Sep 29 11:54:28 2005
@@ -43,7 +43,7 @@
             <version>${jackrabbit.build.version.jcr}</version>
         </dependency>
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
         </dependency>

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/server/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/server/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/server/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/server/project.xml Thu Sep 29 11:54:28 2005
@@ -36,7 +36,7 @@
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-commons</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
         </dependency>

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml Thu Sep 29 11:54:28 2005
@@ -55,7 +55,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-commons</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
             <properties>
@@ -73,7 +73,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
             <properties>
@@ -81,7 +81,8 @@
             </properties>
         </dependency>
         <dependency>
-            <id>jcr-rmi</id>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jcr-rmi</artifactId>
             <version>${jackrabbit.build.version.jcr.rmi}</version>
             <properties>
                 <war.bundle>true</war.bundle>

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml Thu Sep 29 11:54:28 2005
@@ -30,7 +30,7 @@
     <!-- ====================================================================== -->
     <dependencies>
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-commons</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
         </dependency>

Modified: incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml Thu Sep 29 11:54:28 2005
@@ -18,7 +18,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <artifactId>jackrabbit-orm</artifactId>
-  <groupId>jackrabbit</groupId>
+  <groupId>org.apache.jackrabbit</groupId>
   <name>JackRabbit ORM Persistence Managers</name>
   <currentVersion>0.16.4-dev</currentVersion>
   <organization>
@@ -50,7 +50,7 @@
   
   <dependencies>
     <dependency>
-        <groupId>jackrabbit</groupId>
+        <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit</artifactId>
         <version>1.0-SNAPSHOT</version>
     </dependency>

Modified: incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml Thu Sep 29 11:54:28 2005
@@ -70,7 +70,7 @@
         </dependency>
         <!-- dependencies from jcr that we want to bundle -->
         <dependency>
-            <groupId>jackrabbit</groupId>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit</artifactId>
             <version>1.0-SNAPSHOT</version>
             <properties>

Modified: incubator/jackrabbit/trunk/contrib/textfilters/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/textfilters/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/textfilters/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/textfilters/project.xml Thu Sep 29 11:54:28 2005
@@ -18,8 +18,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <artifactId>jackrabbit-textfilters</artifactId>
-  <groupId>jackrabbit</groupId>
-  <id>jackrabbit</id>
+  <groupId>org.apache.jackrabbit</groupId>
   <name>Jackrabbit - Text filters</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <organization>
@@ -207,7 +206,7 @@
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jackrabbit</groupId>
+      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
       <type>jar</type>

Modified: incubator/jackrabbit/trunk/modules/commons/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/modules/commons/project.xml?rev=292507&r1=292506&r2=292507&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/modules/commons/project.xml (original)
+++ incubator/jackrabbit/trunk/modules/commons/project.xml Thu Sep 29 11:54:28 2005
@@ -22,7 +22,7 @@
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
     <pomVersion>3</pomVersion>
-    <groupId>jackrabbit</groupId>
+    <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-commons</artifactId>
     <name>Jackrabbit</name>
     <currentVersion>1.0-SNAPSHOT</currentVersion>