You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2010/02/22 16:56:18 UTC

svn commit: r912638 - /incubator/chemistry/trunk/opencmis/pom.xml

Author: fmui
Date: Mon Feb 22 15:56:18 2010
New Revision: 912638

URL: http://svn.apache.org/viewvc?rev=912638&view=rev
Log:
- fixed wrong groupId in master pom.xml

Modified:
    incubator/chemistry/trunk/opencmis/pom.xml

Modified: incubator/chemistry/trunk/opencmis/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/pom.xml?rev=912638&r1=912637&r2=912638&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/pom.xml Mon Feb 22 15:56:18 2010
@@ -22,7 +22,7 @@
 
 	<!-- Project Information -->
 
-	<groupId>org.pache.opencmis</groupId>
+	<groupId>org.opencmis</groupId>
 	<artifactId>opencmis</artifactId>
 	<name>OpenCMIS</name>
 	<version>0.1-SNAPSHOT</version>