You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/09/08 21:23:46 UTC

svn commit: r693209 - /maven/enforcer/trunk/pom.xml

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>



Re: svn commit: r693209 - /maven/enforcer/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Yes I understand the reasoning behind it.

It's just it may cause unexpected failures in the CI systems, and unless
you aware of why these failures happen you might start to doubt the code
you are about to release. At least that's what I did back then.

Brian E. Fox wrote:
> 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:dennisl@apache.org] 
> Sent: Monday, September 08, 2008 5:14 PM
> To: dev@maven.apache.org
> 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.
> 
> brianf@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: svn commit: r693209 - /maven/enforcer/trunk/pom.xml

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
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:dennisl@apache.org] 
Sent: Monday, September 08, 2008 5:14 PM
To: dev@maven.apache.org
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.

brianf@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r693209 - /maven/enforcer/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
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.

brianf@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org