You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2011/12/02 08:36:33 UTC

Re: svn commit: r1209270 - /camel/trunk/parent/pom.xml

Hi

Just a note hamcrest 1.2 is not in central maven repo. I am
downgrading back to 1.1. So the build works.
Its a test kit which that we do not use in production, and was only
used as part of testing camel-guice. So 1.1 is fine to use here.

Also hamcrest is not used in the features.xml so I will remove the
hamcrest bundle in the pom.xml.


On Thu, Dec 1, 2011 at 11:00 PM,  <cm...@apache.org> wrote:
> Author: cmueller
> Date: Thu Dec  1 22:00:48 2011
> New Revision: 1209270
>
> URL: http://svn.apache.org/viewvc?rev=1209270&view=rev
> Log:
> CAMEL-4674: Allign the version number for hamcrest we use in our tests and in our feature file
>
> Modified:
>    camel/trunk/parent/pom.xml
>
> Modified: camel/trunk/parent/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1209270&r1=1209269&r2=1209270&view=diff
> ==============================================================================
> --- camel/trunk/parent/pom.xml (original)
> +++ camel/trunk/parent/pom.xml Thu Dec  1 22:00:48 2011
> @@ -81,7 +81,7 @@
>     <guiceyfruit-version>2.0</guiceyfruit-version>
>     <h2-version>1.3.161</h2-version>
>     <hadoop-version>0.20.203.0</hadoop-version>
> -    <hamcrest-version>1.1</hamcrest-version>
> +    <hamcrest-version>1.2-dev1</hamcrest-version>
>     <hapi-version>1.2</hapi-version>
>     <hawtbuf-version>1.6</hawtbuf-version>
>     <hawtdb-version>1.6</hawtdb-version>
>
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/