Author: simonetripodi Date: Thu Mar 24 11:53:26 2011 New Revision: 1084917 URL: http://svn.apache.org/viewvc?rev=1084917&view=rev Log: re-introduced the groupId - even if inherited from the parent - to avoid people deploy components with wrong metadata
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1084917&r1=1084916&r2=1084917&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Thu Mar 24 11:53:26 2011 @@ -25,6 +25,7 @@ <version>20</version> </parent> <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> <version>2.0-SNAPSHOT</version> <name>Commons Pool</name>