You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2011/11/30 12:40:49 UTC

svn commit: r1208390 - in /cocoon/cocoon3/trunk: cocoon-databases-sample/pom.xml cocoon-shiro-sample/pom.xml

Author: andreas
Date: Wed Nov 30 11:40:48 2011
New Revision: 1208390

URL: http://svn.apache.org/viewvc?rev=1208390&view=rev
Log:
Update groupId values (sticking to the convention to add the artifact ID to the group ID).

Modified:
    cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml
    cocoon/cocoon3/trunk/cocoon-shiro-sample/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml?rev=1208390&r1=1208389&r2=1208390&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-databases-sample/pom.xml Wed Nov 30 11:40:48 2011
@@ -21,7 +21,7 @@
     <version>3.0.0-beta-1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.cocoon</groupId>
+  <groupId>org.apache.cocoon.databases-sample</groupId>
   <artifactId>cocoon-databases-sample</artifactId>
   <name>Apache Cocoon 3: Databases sample integration</name>
   <description>org.cocooon.databases.sample: shows the usage of db in cocoon</description>

Modified: cocoon/cocoon3/trunk/cocoon-shiro-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-shiro-sample/pom.xml?rev=1208390&r1=1208389&r2=1208390&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-shiro-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-shiro-sample/pom.xml Wed Nov 30 11:40:48 2011
@@ -24,7 +24,7 @@
     <version>3.0.0-beta-1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.cocoon</groupId>
+  <groupId>org.apache.cocoon.shiro-sample</groupId>
   <artifactId>cocoon-shiro-sample</artifactId>
   <name>Apache Cocoon 3: Shiro sample integration</name>
   <description>org.apache.cocoon.parent:cocoon-shiro-sample:3.0.0-beta-1-SNAPSHOT</description>