There is at least one reason why the maven-release-plugin won't work...
this SNAPSHOT dependency
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.0-incubator-SNAPSHOT</version>
<scope>test</scope>
</dependency>
in
http://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-ftp/pom.xml
Guillaume Nodet wrote:
Why don't you use the maven release plugin ? It does all the work afaik
On Fri, Mar 28, 2008 at 2:06 PM, Hadrian Zbarcea <[EMAIL PROTECTED]> wrote:
Hi,
Yes, it was cut from the trunk, Revision: 641896. It the tests will
go ok and it passes the vote, I will create the tag and all.
Cheers,
Hadrian
On Mar 27, 2008, at 11:21 PM, Willem Jiang wrote:
Hi Hadrian,
Since I didn't see any camel 1.3.0 RC3 merging log from the
[EMAIL PROTECTED]
mail list.
Can I know how did you merge the changes ? Or you just cut it from
the trunk.
Thanks,
Willem
Hadrian Zbarcea wrote:
Another release candidate of apache camel is out. There are 155
new features, improvements and bug fixes in the apache-camel-1.3.0-
RC3 release. We believe this will actually become the official
1.3.0. Please give it a try and let us know how it worked for you.
Please find the binary distribution here:
http://people.apache.org/~hadrian/apache-camel-1.3.0-RC3/maven2/<http://people.apache.org/%7Ehadrian/apache-camel-1.3.0-RC3/maven2/>
Million thanks to all the contributors,
Hadrian