You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2013/01/09 13:22:04 UTC

Re: svn commit: r1430758 - /commons/proper/collections/trunk/pom.xml

This usually breaks CI builds...

Gary

On Jan 9, 2013, at 5:06, "olamy@apache.org" <ol...@apache.org> wrote:

> Author: olamy
> Date: Wed Jan  9 10:05:36 2013
> New Revision: 1430758
>
> URL: http://svn.apache.org/viewvc?rev=1430758&view=rev
> Log:
> fix checkout path
>
> Modified:
>    commons/proper/collections/trunk/pom.xml
>
> Modified: commons/proper/collections/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1430758&r1=1430757&r2=1430758&view=diff
> ==============================================================================
> --- commons/proper/collections/trunk/pom.xml (original)
> +++ commons/proper/collections/trunk/pom.xml Wed Jan  9 10:05:36 2013
> @@ -19,7 +19,7 @@
>   <parent>
>     <groupId>org.apache.commons</groupId>
>     <artifactId>commons-parent</artifactId>
> -    <version>27</version>
> +    <version>28-SNAPSHOT</version>
>   </parent>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>commons-collections</groupId>
> @@ -437,6 +437,7 @@
>     <!-- The RC version used in the staging repository URL. -->
>     <commons.rc.version>RC2</commons.rc.version>
>     <checkstyle.version>2.9.1</checkstyle.version>
> +    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
>     <commons.site.path>collections</commons.site.path>
>   </properties>
>
> @@ -535,7 +536,7 @@
>       <id>setup-checkout</id>
>       <activation>
>         <file>
> -          <missing>${commons.scmPubCheckoutDirectory}</missing>
> +          <missing>site-content</missing>
>         </file>
>       </activation>
>       <build>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1430758 - /commons/proper/collections/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
That's lucky. It was just yesterday that I reverted using a snapshot parent
because it broke Jenkins IIRC.

Why we have so many different CIs is a different issue (Gump, Jenkins,
Continuum), bleh.

Gary


On Wed, Jan 9, 2013 at 8:24 AM, Olivier Lamy <ol...@apache.org> wrote:

> 2013/1/9 Gary Gregory <ga...@gmail.com>:
> > This usually breaks CI builds...
> as long as parent is installed locally it doesn't break
>
> looks good here:
>
> http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=16
>
> >
> > Gary
> >
> > On Jan 9, 2013, at 5:06, "olamy@apache.org" <ol...@apache.org> wrote:
> >
> >> Author: olamy
> >> Date: Wed Jan  9 10:05:36 2013
> >> New Revision: 1430758
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1430758&view=rev
> >> Log:
> >> fix checkout path
> >>
> >> Modified:
> >>    commons/proper/collections/trunk/pom.xml
> >>
> >> Modified: commons/proper/collections/trunk/pom.xml
> >> URL:
> http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1430758&r1=1430757&r2=1430758&view=diff
> >>
> ==============================================================================
> >> --- commons/proper/collections/trunk/pom.xml (original)
> >> +++ commons/proper/collections/trunk/pom.xml Wed Jan  9 10:05:36 2013
> >> @@ -19,7 +19,7 @@
> >>   <parent>
> >>     <groupId>org.apache.commons</groupId>
> >>     <artifactId>commons-parent</artifactId>
> >> -    <version>27</version>
> >> +    <version>28-SNAPSHOT</version>
> >>   </parent>
> >>   <modelVersion>4.0.0</modelVersion>
> >>   <groupId>commons-collections</groupId>
> >> @@ -437,6 +437,7 @@
> >>     <!-- The RC version used in the staging repository URL. -->
> >>     <commons.rc.version>RC2</commons.rc.version>
> >>     <checkstyle.version>2.9.1</checkstyle.version>
> >> +
>  <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
> >>     <commons.site.path>collections</commons.site.path>
> >>   </properties>
> >>
> >> @@ -535,7 +536,7 @@
> >>       <id>setup-checkout</id>
> >>       <activation>
> >>         <file>
> >> -          <missing>${commons.scmPubCheckoutDirectory}</missing>
> >> +          <missing>site-content</missing>
> >>         </file>
> >>       </activation>
> >>       <build>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
>
>
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1430758 - /commons/proper/collections/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
2013/1/9 Gary Gregory <ga...@gmail.com>:
> This usually breaks CI builds...
as long as parent is installed locally it doesn't break

looks good here:
http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=16

>
> Gary
>
> On Jan 9, 2013, at 5:06, "olamy@apache.org" <ol...@apache.org> wrote:
>
>> Author: olamy
>> Date: Wed Jan  9 10:05:36 2013
>> New Revision: 1430758
>>
>> URL: http://svn.apache.org/viewvc?rev=1430758&view=rev
>> Log:
>> fix checkout path
>>
>> Modified:
>>    commons/proper/collections/trunk/pom.xml
>>
>> Modified: commons/proper/collections/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1430758&r1=1430757&r2=1430758&view=diff
>> ==============================================================================
>> --- commons/proper/collections/trunk/pom.xml (original)
>> +++ commons/proper/collections/trunk/pom.xml Wed Jan  9 10:05:36 2013
>> @@ -19,7 +19,7 @@
>>   <parent>
>>     <groupId>org.apache.commons</groupId>
>>     <artifactId>commons-parent</artifactId>
>> -    <version>27</version>
>> +    <version>28-SNAPSHOT</version>
>>   </parent>
>>   <modelVersion>4.0.0</modelVersion>
>>   <groupId>commons-collections</groupId>
>> @@ -437,6 +437,7 @@
>>     <!-- The RC version used in the staging repository URL. -->
>>     <commons.rc.version>RC2</commons.rc.version>
>>     <checkstyle.version>2.9.1</checkstyle.version>
>> +    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
>>     <commons.site.path>collections</commons.site.path>
>>   </properties>
>>
>> @@ -535,7 +536,7 @@
>>       <id>setup-checkout</id>
>>       <activation>
>>         <file>
>> -          <missing>${commons.scmPubCheckoutDirectory}</missing>
>> +          <missing>site-content</missing>
>>         </file>
>>       </activation>
>>       <build>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org