Hi Folks, As a commons-io user, I'd like to have at least the old groupId with a relocation. WDYT ?
2010/3/7 Niall Pemberton <[email protected]>: > As per comments on the JIRA ticket I'm -1 to changing the groupid > > Niall > > On Sun, Mar 7, 2010 at 2:12 AM, <[email protected]> wrote: >> Author: sebb >> Date: Sun Mar 7 02:12:26 2010 >> New Revision: 919912 >> >> URL: http://svn.apache.org/viewvc?rev=919912&view=rev >> Log: >> IO-125 wrong groupId value in pom.xml >> Also update to 2.0-SNAPSHOT >> >> Modified: >> commons/proper/io/trunk/pom.xml >> >> Modified: commons/proper/io/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=919912&r1=919911&r2=919912&view=diff >> ============================================================================== >> --- commons/proper/io/trunk/pom.xml (original) >> +++ commons/proper/io/trunk/pom.xml Sun Mar 7 02:12:26 2010 >> @@ -22,9 +22,9 @@ >> <version>12</version> >> </parent> >> <modelVersion>4.0.0</modelVersion> >> - <groupId>commons-io</groupId> >> + <groupId>org.apache.commons</groupId> >> <artifactId>commons-io</artifactId> >> - <version>1.5-SNAPSHOT</version> >> + <version>2.0-SNAPSHOT</version> >> <name>Commons IO</name> >> >> <inceptionYear>2002</inceptionYear> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Olivier http://twitter.com/olamy http://fr.linkedin.com/in/olamy http://www.viadeo.com/fr/profile/olivier.lamy7 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
