You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Stéphane Delplanque (JIRA)" <ji...@apache.org> on 2009/07/23 14:10:33 UTC

[jira] Closed: (CAMEL-1847) Wrong xbean-spring and ativemq versions in pom generated by camel-archetype-activemq

     [ https://issues.apache.org/activemq/browse/CAMEL-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stéphane Delplanque closed CAMEL-1847.
--------------------------------------


> 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
>            Assignee: Jonathan Anstey
>            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.