You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2010/03/21 09:42:51 UTC

svn commit: r925742 - in /incubator/chemistry/trunk/opencmis: ./ opencmis-client/opencmis-client-api/ opencmis-client/opencmis-client-impl/ opencmis-client/opencmis-provider-impl/ opencmis-commons/opencmis-commons-api/ opencmis-commons/opencmis-commons...

Author: sklevenz
Date: Sun Mar 21 08:42:50 2010
New Revision: 925742

URL: http://svn.apache.org/viewvc?rev=925742&view=rev
Log:
Maven group.id changed to org.apache.opencmis

Modified:
    incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-api/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-impl/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-provider-impl/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-api/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-impl/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-fileshare/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-impl/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-inmemory/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-spi/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-support/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-fit/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tck/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tools/pom.xml
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-util/pom.xml
    incubator/chemistry/trunk/opencmis/pom.xml

Modified: incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-api/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-api/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-api/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-impl/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-impl/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-client-impl/pom.xml Sun Mar 21 08:42:50 2010
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.opencmis</groupId>
+		<groupId>org.apache.opencmis</groupId>
 		<artifactId>opencmis</artifactId>
 		<version>0.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-provider-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-provider-impl/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-provider-impl/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-client/opencmis-provider-impl/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-api/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-api/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-api/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-impl/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-impl/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-commons/opencmis-commons-impl/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-fileshare/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-fileshare/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-fileshare/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-fileshare/pom.xml Sun Mar 21 08:42:50 2010
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.opencmis</groupId>
+		<groupId>org.apache.opencmis</groupId>
 		<artifactId>opencmis</artifactId>
 		<version>0.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-impl/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-impl/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-impl/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>		

Modified: incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-inmemory/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-inmemory/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-inmemory/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-inmemory/pom.xml Sun Mar 21 08:42:50 2010
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.opencmis</groupId>
+		<groupId>org.apache.opencmis</groupId>
 		<artifactId>opencmis</artifactId>
 		<version>0.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-spi/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-spi/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-spi/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>		

Modified: incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-support/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-support/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-server/opencmis-server-support/pom.xml Sun Mar 21 08:42:50 2010
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml Sun Mar 21 08:42:50 2010
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.opencmis</groupId>
+		<groupId>org.apache.opencmis</groupId>
 		<artifactId>opencmis</artifactId>
 		<version>0.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-fit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-fit/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-fit/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-fit/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tck/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tck/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tck/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tools/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tools/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-tools/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-util/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-util/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-util/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-util/pom.xml Sun Mar 21 08:42:50 2010
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opencmis</groupId>
+    <groupId>org.apache.opencmis</groupId>
     <artifactId>opencmis</artifactId>
     <version>0.1-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>

Modified: incubator/chemistry/trunk/opencmis/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/pom.xml?rev=925742&r1=925741&r2=925742&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/pom.xml Sun Mar 21 08:42:50 2010
@@ -28,7 +28,7 @@
 
 	<!-- Project Information -->
 
-	<groupId>org.opencmis</groupId>
+	<groupId>org.apache.opencmis</groupId>
 	<artifactId>opencmis</artifactId>
 	<name>OpenCMIS</name>
 	<version>0.1-SNAPSHOT</version>
@@ -40,6 +40,10 @@
 	</organization>
 
 	<url>http://incubator.apache.org/chemistry/</url>
+	<ciManagement>
+		<system>Hudson Zones Apache</system>
+		<url>http://hudson.zones.apache.org/hudson/view/Chemistry/</url>
+	</ciManagement>
 	<inceptionYear>2009</inceptionYear>
 	<description>
     OpenCMIS is an open source implementation of the OASIS CMIS specification.
@@ -54,8 +58,8 @@
 	</licenses>
 
 	<scm>
-		<connection>$ svn checkout http://svn.apache.org/repos/asf/incubator/chemistry/trunk/opencmis</connection>
-		<developerConnection>$ svn checkout https://svn.apache.org/repos/asf/incubator/chemistry/trunk/opencmis</developerConnection>
+		<connection>svn checkout http://svn.apache.org/repos/asf/incubator/chemistry/trunk/opencmis</connection>
+		<developerConnection>svn checkout https://svn.apache.org/repos/asf/incubator/chemistry/trunk/opencmis</developerConnection>
 		<url>http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/</url>
 	</scm>
 
@@ -87,13 +91,6 @@
 
 	<developers>
 		<developer>
-			<name>Dieter Guendisch</name>
-			<id>dguendisch</id>
-			<roles>
-				<role>committer</role>
-			</roles>
-		</developer>
-		<developer>
 			<name>Florian Müller</name>
 			<id>fmui</id>
 			<roles>
@@ -108,8 +105,8 @@
 			</roles>
 		</developer>
 		<developer>
-			<name>Juergen Schneider</name>
-			<id>jschneider</id>
+			<name>David Ward</name>
+			<id>dward</id>
 			<roles>
 				<role>committer</role>
 			</roles>
@@ -120,6 +117,15 @@
 			<roles>
 				<role>committer</role>
 			</roles>
+			<email>sklevenz@apache.org</email>
+			<timezone>CET</timezone>
+		</developer>
+		<developer>
+			<name>Martin Hermes</name>
+			<id>hermesm</id>
+			<roles>
+				<role>committer</role>
+			</roles>
 		</developer>
 		<developer>
 			<name>Paul Goetz</name>
@@ -150,7 +156,7 @@
 		<module>opencmis-server/opencmis-server-support</module>
 		<module>opencmis-server/opencmis-server-inmemory</module>
 		<module>opencmis-server/opencmis-server-fileshare</module>
-		<module>opencmis-test/opencmis-test-fit</module> 
+		<module>opencmis-test/opencmis-test-fit</module>
 		<module>opencmis-test/opencmis-test-tck</module>
 		<module>opencmis-test/opencmis-test-tools</module>
 		<module>opencmis-test/opencmis-test-util</module>
@@ -274,7 +280,6 @@
 			</plugin>
 		</plugins>
 	</reporting>
-
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>