Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Kenney Westerhof


Ok, retested and it does work with 2.3. Guess it was me..

Anyway, you didn't set the version back, you set it to something specific - 
before
it didn't specify any version so whatever was installed was used. I think it 
used
2.2 here here or something, which is awful. 


Anyway thanks, 2.3 is fine for maven core apparently. Not sure about the IT's 
though,
but I'm sure continuum will tell us.

-- Kenney

Vincent Siveton wrote:

Thanks!

Vincent

2007/6/6, Brett Porter <[EMAIL PROTECTED]>:

Hi Vincent,

I'm aware of that (the snapshot plugin repo probably isn't declared).
I was asking whether it really needed to be 2.3.1-SNAPSHOT, since 2.3
works just fine :)

I'll set the version back until Kenney says otherwise in the
interests of fixing the build.

- Brett

On 07/06/2007, at 10:51 AM, Vincent Siveton wrote:

> Hi Brett,
>
> See Continuum log:
> http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-
> build-log-20070607.001504.txt
>
> Cheers,
>
> Vincent
>
> 2007/6/6, Brett Porter <[EMAIL PROTECTED]>:
>> Are you sure? I just flipped the version to 2.3 and it built just
>> fine.
>>
>> On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:
>>
>> > Author: kenney
>> > Date: Wed Jun  6 10:34:14 2007
>> > New Revision: 544891
>> >
>> > URL: http://svn.apache.org/viewvc?view=rev&rev=544891
>> > Log:
>> > Make surefire version explicit; this is the minimum version that is
>> > deemed stable
>> >
>> > Modified:
>> > maven/components/branches/maven-2.0.x/pom.xml
>> >
>> > Modified: maven/components/branches/maven-2.0.x/pom.xml
>> > URL: http://svn.apache.org/viewvc/maven/components/branches/
>> > maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
>> >
>> =
>> =
>> > 
>> > --- maven/components/branches/maven-2.0.x/pom.xml (original)
>> > +++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6
>> > 10:34:14 2007
>> > @@ -62,6 +62,10 @@
>> >2.2-beta-1
>> >  
>> >  
>> > +  maven-surefire-plugin
>> > +  2.3.1-SNAPSHOT
>> > +
>> > +
>> >maven-release-plugin
>> >
>> >  https://svn.apache.org/repos/asf/maven/
>> > components/tags
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Kenney Westerhof

I deployed all of it way before I committed this.
Continuum shouldn't complain ;)

Maybe we need to add some pluginrepo somewhere?

It'd be temporarily, i've got a feeling 2.3.1 will be released asap
as it contains major bugfixes. I just couldn't build it with 2.2.

-- Kenney

Vincent Siveton wrote:

Hi Kenney,

Could you deploy a snapshot of surefire? Continuum complains...

Thanks,

Vincent

2007/6/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Author: kenney
Date: Wed Jun  6 10:34:14 2007
New Revision: 544891

URL: http://svn.apache.org/viewvc?view=rev&rev=544891
Log:
Make surefire version explicit; this is the minimum version that is 
deemed stable


Modified:
maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891 

== 


--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6 10:34:14 
2007

@@ -62,6 +62,10 @@
   2.2-beta-1
 
 
+  maven-surefire-plugin
+  2.3.1-SNAPSHOT
+
+
   maven-release-plugin
   
 
https://svn.apache.org/repos/asf/maven/components/tags






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Vincent Siveton

Thanks!

Vincent

2007/6/6, Brett Porter <[EMAIL PROTECTED]>:

Hi Vincent,

I'm aware of that (the snapshot plugin repo probably isn't declared).
I was asking whether it really needed to be 2.3.1-SNAPSHOT, since 2.3
works just fine :)

I'll set the version back until Kenney says otherwise in the
interests of fixing the build.

- Brett

On 07/06/2007, at 10:51 AM, Vincent Siveton wrote:

> Hi Brett,
>
> See Continuum log:
> http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-
> build-log-20070607.001504.txt
>
> Cheers,
>
> Vincent
>
> 2007/6/6, Brett Porter <[EMAIL PROTECTED]>:
>> Are you sure? I just flipped the version to 2.3 and it built just
>> fine.
>>
>> On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:
>>
>> > Author: kenney
>> > Date: Wed Jun  6 10:34:14 2007
>> > New Revision: 544891
>> >
>> > URL: http://svn.apache.org/viewvc?view=rev&rev=544891
>> > Log:
>> > Make surefire version explicit; this is the minimum version that is
>> > deemed stable
>> >
>> > Modified:
>> > maven/components/branches/maven-2.0.x/pom.xml
>> >
>> > Modified: maven/components/branches/maven-2.0.x/pom.xml
>> > URL: http://svn.apache.org/viewvc/maven/components/branches/
>> > maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
>> >
>> =
>> =
>> > 
>> > --- maven/components/branches/maven-2.0.x/pom.xml (original)
>> > +++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6
>> > 10:34:14 2007
>> > @@ -62,6 +62,10 @@
>> >2.2-beta-1
>> >  
>> >  
>> > +  maven-surefire-plugin
>> > +  2.3.1-SNAPSHOT
>> > +
>> > +
>> >maven-release-plugin
>> >
>> >  https://svn.apache.org/repos/asf/maven/
>> > components/tags
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Brett Porter

Hi Vincent,

I'm aware of that (the snapshot plugin repo probably isn't declared).  
I was asking whether it really needed to be 2.3.1-SNAPSHOT, since 2.3  
works just fine :)


I'll set the version back until Kenney says otherwise in the  
interests of fixing the build.


- Brett

On 07/06/2007, at 10:51 AM, Vincent Siveton wrote:


Hi Brett,

See Continuum log:
http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2- 
build-log-20070607.001504.txt


Cheers,

Vincent

2007/6/6, Brett Porter <[EMAIL PROTECTED]>:
Are you sure? I just flipped the version to 2.3 and it built just  
fine.


On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:

> Author: kenney
> Date: Wed Jun  6 10:34:14 2007
> New Revision: 544891
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=544891
> Log:
> Make surefire version explicit; this is the minimum version that is
> deemed stable
>
> Modified:
> maven/components/branches/maven-2.0.x/pom.xml
>
> Modified: maven/components/branches/maven-2.0.x/pom.xml
> URL: http://svn.apache.org/viewvc/maven/components/branches/
> maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
>  
= 
=

> 
> --- maven/components/branches/maven-2.0.x/pom.xml (original)
> +++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6
> 10:34:14 2007
> @@ -62,6 +62,10 @@
>2.2-beta-1
>  
>  
> +  maven-surefire-plugin
> +  2.3.1-SNAPSHOT
> +
> +
>maven-release-plugin
>
>  https://svn.apache.org/repos/asf/maven/
> components/tags
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Vincent Siveton

Hi Brett,

See Continuum log:
http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20070607.001504.txt

Cheers,

Vincent

2007/6/6, Brett Porter <[EMAIL PROTECTED]>:

Are you sure? I just flipped the version to 2.3 and it built just fine.

On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:

> Author: kenney
> Date: Wed Jun  6 10:34:14 2007
> New Revision: 544891
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=544891
> Log:
> Make surefire version explicit; this is the minimum version that is
> deemed stable
>
> Modified:
> maven/components/branches/maven-2.0.x/pom.xml
>
> Modified: maven/components/branches/maven-2.0.x/pom.xml
> URL: http://svn.apache.org/viewvc/maven/components/branches/
> maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
> ==
> 
> --- maven/components/branches/maven-2.0.x/pom.xml (original)
> +++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6
> 10:34:14 2007
> @@ -62,6 +62,10 @@
>2.2-beta-1
>  
>  
> +  maven-surefire-plugin
> +  2.3.1-SNAPSHOT
> +
> +
>maven-release-plugin
>
>  https://svn.apache.org/repos/asf/maven/
> components/tags
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Brett Porter

Are you sure? I just flipped the version to 2.3 and it built just fine.

On 07/06/2007, at 3:34 AM, [EMAIL PROTECTED] wrote:


Author: kenney
Date: Wed Jun  6 10:34:14 2007
New Revision: 544891

URL: http://svn.apache.org/viewvc?view=rev&rev=544891
Log:
Make surefire version explicit; this is the minimum version that is  
deemed stable


Modified:
maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/ 
maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
== 


--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6  
10:34:14 2007

@@ -62,6 +62,10 @@
   2.2-beta-1
 
 
+  maven-surefire-plugin
+  2.3.1-SNAPSHOT
+
+
   maven-release-plugin
   
 https://svn.apache.org/repos/asf/maven/ 
components/tags




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r544891 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-06 Thread Vincent Siveton

Hi Kenney,

Could you deploy a snapshot of surefire? Continuum complains...

Thanks,

Vincent

2007/6/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Author: kenney
Date: Wed Jun  6 10:34:14 2007
New Revision: 544891

URL: http://svn.apache.org/viewvc?view=rev&rev=544891
Log:
Make surefire version explicit; this is the minimum version that is deemed 
stable

Modified:
maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=544891&r1=544890&r2=544891
==
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun  6 10:34:14 2007
@@ -62,6 +62,10 @@
   2.2-beta-1
 
 
+  maven-surefire-plugin
+  2.3.1-SNAPSHOT
+
+
   maven-release-plugin
   
 
https://svn.apache.org/repos/asf/maven/components/tags





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]