You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/09/25 14:14:49 UTC

svn commit: r1389827 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Tue Sep 25 12:14:49 2012
New Revision: 1389827

URL: http://svn.apache.org/viewvc?rev=1389827&view=rev
Log:
Added warning about 2.3.0 release plugin dont work properly.

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1389827&r1=1389826&r2=1389827&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Sep 25 12:14:49 2012
@@ -1977,6 +1977,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
+          <!-- beware release plugin 2.3.0 is broken -->
           <version>2.2.1</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>



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

Posted by Claus Ibsen <cl...@gmail.com>.
Ah sorry got this wrong.

It was indeed the 2.3.2 that failed.
It had problems with the pgp stuff.


On Tue, Sep 25, 2012 at 4:00 PM, Claus Ibsen <cl...@gmail.com> wrote:
> We had issues with the 2.3.0 plugin at ActiveMQ. Reverting back to
> 2.2.1 worked again.
>
> But somehow we have missed the fact there is a 2.3.1 and 2.3.2. We
> have not tried them.
> Maybe 2.3.2 works?
>
>
> On Tue, Sep 25, 2012 at 3:41 PM, Daniel Kulp <dk...@apache.org> wrote:
>>
>> Claus,
>>
>> Can I ask:
>>
>> 1) what is broken about it?  Is an issue logged at: http://jira.codehaus.org/browse/MRELEASE
>>
>> 2) Is it fixed in 2.3.2?
>>
>> Dan
>>
>>
>> On Sep 25, 2012, at 8:14 AM, davsclaus@apache.org wrote:
>>
>>> Author: davsclaus
>>> Date: Tue Sep 25 12:14:49 2012
>>> New Revision: 1389827
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1389827&view=rev
>>> Log:
>>> Added warning about 2.3.0 release plugin dont work properly.
>>>
>>> Modified:
>>>    camel/trunk/parent/pom.xml
>>>
>>> Modified: camel/trunk/parent/pom.xml
>>> URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1389827&r1=1389826&r2=1389827&view=diff
>>> ==============================================================================
>>> --- camel/trunk/parent/pom.xml (original)
>>> +++ camel/trunk/parent/pom.xml Tue Sep 25 12:14:49 2012
>>> @@ -1977,6 +1977,7 @@
>>>         <plugin>
>>>           <groupId>org.apache.maven.plugins</groupId>
>>>           <artifactId>maven-release-plugin</artifactId>
>>> +          <!-- beware release plugin 2.3.0 is broken -->
>>>           <version>2.2.1</version>
>>>           <configuration>
>>>             <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
>>>
>>>
>>
>> --
>> Daniel Kulp
>> dkulp@apache.org - http://dankulp.com/blog
>> Talend Community Coder - http://coders.talend.com
>>
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Email: cibsen@redhat.com
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

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

Posted by Claus Ibsen <cl...@gmail.com>.
We had issues with the 2.3.0 plugin at ActiveMQ. Reverting back to
2.2.1 worked again.

But somehow we have missed the fact there is a 2.3.1 and 2.3.2. We
have not tried them.
Maybe 2.3.2 works?


On Tue, Sep 25, 2012 at 3:41 PM, Daniel Kulp <dk...@apache.org> wrote:
>
> Claus,
>
> Can I ask:
>
> 1) what is broken about it?  Is an issue logged at: http://jira.codehaus.org/browse/MRELEASE
>
> 2) Is it fixed in 2.3.2?
>
> Dan
>
>
> On Sep 25, 2012, at 8:14 AM, davsclaus@apache.org wrote:
>
>> Author: davsclaus
>> Date: Tue Sep 25 12:14:49 2012
>> New Revision: 1389827
>>
>> URL: http://svn.apache.org/viewvc?rev=1389827&view=rev
>> Log:
>> Added warning about 2.3.0 release plugin dont work properly.
>>
>> Modified:
>>    camel/trunk/parent/pom.xml
>>
>> Modified: camel/trunk/parent/pom.xml
>> URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1389827&r1=1389826&r2=1389827&view=diff
>> ==============================================================================
>> --- camel/trunk/parent/pom.xml (original)
>> +++ camel/trunk/parent/pom.xml Tue Sep 25 12:14:49 2012
>> @@ -1977,6 +1977,7 @@
>>         <plugin>
>>           <groupId>org.apache.maven.plugins</groupId>
>>           <artifactId>maven-release-plugin</artifactId>
>> +          <!-- beware release plugin 2.3.0 is broken -->
>>           <version>2.2.1</version>
>>           <configuration>
>>             <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
>>
>>
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

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

Posted by Daniel Kulp <dk...@apache.org>.
Claus,

Can I ask:

1) what is broken about it?  Is an issue logged at: http://jira.codehaus.org/browse/MRELEASE

2) Is it fixed in 2.3.2?

Dan


On Sep 25, 2012, at 8:14 AM, davsclaus@apache.org wrote:

> Author: davsclaus
> Date: Tue Sep 25 12:14:49 2012
> New Revision: 1389827
> 
> URL: http://svn.apache.org/viewvc?rev=1389827&view=rev
> Log:
> Added warning about 2.3.0 release plugin dont work properly.
> 
> Modified:
>    camel/trunk/parent/pom.xml
> 
> Modified: camel/trunk/parent/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1389827&r1=1389826&r2=1389827&view=diff
> ==============================================================================
> --- camel/trunk/parent/pom.xml (original)
> +++ camel/trunk/parent/pom.xml Tue Sep 25 12:14:49 2012
> @@ -1977,6 +1977,7 @@
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-release-plugin</artifactId>
> +          <!-- beware release plugin 2.3.0 is broken -->
>           <version>2.2.1</version>
>           <configuration>
>             <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
> 
> 

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com