On 12 February 2013 00:47, <ki...@apache.org> wrote: > Author: kinow > Date: Tue Feb 12 00:47:23 2013 > New Revision: 1445005 > > URL: http://svn.apache.org/r1445005 > Log: > Remove duplicated groupId > > Modified: > commons/proper/functor/trunk/api/pom.xml > > Modified: commons/proper/functor/trunk/api/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/functor/trunk/api/pom.xml?rev=1445005&r1=1445004&r2=1445005&view=diff > ============================================================================== > --- commons/proper/functor/trunk/api/pom.xml (original) > +++ commons/proper/functor/trunk/api/pom.xml Tue Feb 12 00:47:23 2013 > @@ -22,7 +22,6 @@ > <artifactId>commons-functor-parent</artifactId> > <version>1.0-SNAPSHOT</version> > </parent> > - <groupId>org.apache.commons</groupId>
Although strictly speaking the groupId is not required as it is inherited from the parent groupId, I think it's best to be explicit. > <artifactId>commons-functor-api</artifactId> > <name>Commons Functor API</name> > <description>Provide the basic APIs</description> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org