This usually breaks CI builds...

Gary

On Jan 9, 2013, at 5:06, "ol...@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-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to