It's dependent, if the parent fails, I'll rollback the whole thing. I don't think we need to be inefficient and wait 3 days for a parent pom and then 3 more days for the enforcer.
-----Original Message----- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 5:14 PM To: [email protected] Subject: Re: svn commit: r693209 - /maven/enforcer/trunk/pom.xml Brian, I have a couple of objections to this commit. 1. Depending on a parent that is not yet available on central will cause mayhem for CI servers. Trust me I did that once before, and it was not a pretty sight. 2. Since the vote is still open on the parent you can't tag and stage a release of the enforcer, having it depend on said parent. [EMAIL PROTECTED] wrote: > Author: brianf > Date: Mon Sep 8 12:23:45 2008 > New Revision: 693209 > > URL: http://svn.apache.org/viewvc?rev=693209&view=rev > Log: > use new parent in preparation for release > > Modified: > maven/enforcer/trunk/pom.xml > > Modified: maven/enforcer/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=693209&r1=693208&r2=693209&view=diff > ============================================================================== > --- maven/enforcer/trunk/pom.xml (original) > +++ maven/enforcer/trunk/pom.xml Mon Sep 8 12:23:45 2008 > @@ -22,7 +22,7 @@ > <parent> > <artifactId>maven-parent</artifactId> > <groupId>org.apache.maven</groupId> > - <version>9-SNAPSHOT</version> > + <version>9</version> > <relativePath>../pom/maven/pom.xml</relativePath> > </parent> > <groupId>org.apache.maven.enforcer</groupId> > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
