Author: sebb Date: Wed Jul 21 10:08:24 2010 New Revision: 966161 URL: http://svn.apache.org/viewvc?rev=966161&view=rev Log: Use o.a.c groupId in case there is ever a Maven release. See: http://mail-archives.apache.org/mod_mbox/commons-dev/201007.mbox/%3caanlktillev-0uyhzbqcvlli06wwtygt_hej5zlzdk...@mail.gmail.com%3e
Modified: commons/proper/daemon/trunk/pom.xml Modified: commons/proper/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=966161&r1=966160&r2=966161&view=diff ============================================================================== --- commons/proper/daemon/trunk/pom.xml (original) +++ commons/proper/daemon/trunk/pom.xml Wed Jul 21 10:08:24 2010 @@ -25,7 +25,7 @@ <version>15</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>commons-daemon</groupId> + <groupId>org.apache.commons</groupId> <artifactId>commons-daemon</artifactId> <version>1.0.3</version> <name>Commons Daemon</name>