[
https://issues.apache.org/activemq/browse/CAMEL-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52909#action_52909
]
Jonathan Anstey commented on CAMEL-1847:
----------------------------------------
I fixed this soon after the 2.0-M2 release. So when 2.0 is out, it will be
fine. See http://svn.apache.org/viewvc?view=rev&revision=785250
Thanks for reporting this though :)
> Wrong xbean-spring and ativemq versions in pom generated by
> camel-archetype-activemq
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-1847
> URL: https://issues.apache.org/activemq/browse/CAMEL-1847
> Project: Apache Camel
> Issue Type: Bug
> Components: tooling
> Affects Versions: 2.0-M2
> Reporter: Stéphane Delplanque
> Priority: Minor
> Fix For: 2.0.0
>
>
> When generating a new project from Maven archetype
> org.apache.camel.archetypes:camel-archetype-activemq, the generated pom
> contains bad references to xbean-spring and activemq artifacts versions,
> hence throwing compilation errors.
> Generated pom :
> <properties>
> <camel-version>2.0-M2</camel-version>
> <activemq-version>2.0-M2</activemq-version>
> <xbean-spring-version>2.0-M2</xbean-spring-version>
> <log4j-version>1.2.14</log4j-version>
> </properties>
> Errors :
> Missing:
> ----------
> 1) org.apache.activemq:activemq-core:jar:2.0-M2
> ...
> 2) org.apache.activemq:activemq-camel:jar:2.0-M2
> ...
> 3) org.apache.xbean:xbean-spring:jar:2.0-M2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.