You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2010/05/06 08:04:27 UTC

svn commit: r941583 - /camel/trunk/components/pom.xml

Author: gnodet
Date: Thu May  6 06:04:26 2010
New Revision: 941583

URL: http://svn.apache.org/viewvc?rev=941583&view=rev
Log:
Include blueprint in the build now that it is in a usable state

Modified:
    camel/trunk/components/pom.xml

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=941583&r1=941582&r2=941583&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Thu May  6 06:04:26 2010
@@ -36,8 +36,7 @@
     <module>camel-bam</module>
     <module>camel-bean-validator</module>
     <module>camel-bindy</module>
-    <!-- component still under active development 
-       <module>camel-blueprint</module> -->
+    <module>camel-blueprint</module>
     <module>camel-cometd</module>
     <module>camel-cache</module>
     <module>camel-castor</module>



Re: svn commit: r941583 - /camel/trunk/components/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

I talked with gnodet this morning about it

[08:36]  <cibsen> gnodet i have a couple of questions to camel-blueprint
[08:36]  <cibsen> 1) it uses a SNAPSHOT
[08:36]  <cibsen>             <groupId>org.apache.aries.blueprint</groupId>
[08:36]  <cibsen>             <artifactId>aries-blueprint</artifactId>
[08:36]  <cibsen>             <version>1.0.0-incubating-SNAPSHOT</version>
[08:37]  <cibsen> is that released?
[08:37]  <gnodet> it is being voted
[08:37]  <gnodet> so it should be out before cxf i hope



On Thu, May 6, 2010 at 12:25 PM, Willem Jiang <wi...@gmail.com> wrote:
> Hi gnodet,
>
> I just found current camel-blueprint is using aries-blueprint
> 1.0.0-incubating-SNAPSHOT.
>
>        <dependency>
>            <groupId>org.apache.aries.blueprint</groupId>
>            <artifactId>aries-blueprint</artifactId>
>            <version>1.0.0-incubating-SNAPSHOT</version>
>        </dependency>
>
> And Camel 2.3.0 should not have the SNAPSHOT dependency.
> Do you know when the aries-blueprint 1.0.0 will be released ?
>
>
> Willem
>
> gnodet@apache.org wrote:
>>
>> Author: gnodet
>> Date: Thu May  6 06:04:26 2010
>> New Revision: 941583
>>
>> URL: http://svn.apache.org/viewvc?rev=941583&view=rev
>> Log:
>> Include blueprint in the build now that it is in a usable state
>>
>> Modified:
>>    camel/trunk/components/pom.xml
>>
>> Modified: camel/trunk/components/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=941583&r1=941582&r2=941583&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/components/pom.xml (original)
>> +++ camel/trunk/components/pom.xml Thu May  6 06:04:26 2010
>> @@ -36,8 +36,7 @@
>>     <module>camel-bam</module>
>>     <module>camel-bean-validator</module>
>>     <module>camel-bindy</module>
>> -    <!-- component still under active development -
>> <module>camel-blueprint</module> -->
>> +    <module>camel-blueprint</module>
>>     <module>camel-cometd</module>
>>     <module>camel-cache</module>
>>     <module>camel-castor</module>
>>
>>
>>
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r941583 - /camel/trunk/components/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi gnodet,

I just found current camel-blueprint is using aries-blueprint 
1.0.0-incubating-SNAPSHOT.

         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>aries-blueprint</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
         </dependency>

And Camel 2.3.0 should not have the SNAPSHOT dependency.
Do you know when the aries-blueprint 1.0.0 will be released ?


Willem

gnodet@apache.org wrote:
> Author: gnodet
> Date: Thu May  6 06:04:26 2010
> New Revision: 941583
> 
> URL: http://svn.apache.org/viewvc?rev=941583&view=rev
> Log:
> Include blueprint in the build now that it is in a usable state
> 
> Modified:
>     camel/trunk/components/pom.xml
> 
> Modified: camel/trunk/components/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=941583&r1=941582&r2=941583&view=diff
> ==============================================================================
> --- camel/trunk/components/pom.xml (original)
> +++ camel/trunk/components/pom.xml Thu May  6 06:04:26 2010
> @@ -36,8 +36,7 @@
>      <module>camel-bam</module>
>      <module>camel-bean-validator</module>
>      <module>camel-bindy</module>
> -    <!-- component still under active development 
> -       <module>camel-blueprint</module> -->
> +    <module>camel-blueprint</module>
>      <module>camel-cometd</module>
>      <module>camel-cache</module>
>      <module>camel-castor</module>
> 
> 
>