You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2008/09/22 21:50:52 UTC

[jira] Assigned: (AMQ-1865) pom parent version miss match

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

Jonathan Anstey reassigned AMQ-1865:
------------------------------------

    Assignee: Jonathan Anstey

> pom parent version miss match
> -----------------------------
>
>                 Key: AMQ-1865
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1865
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Performance Test
>    Affects Versions: 5.2.0
>         Environment: winxp, jdk1.6, maven2
>            Reporter: Ching Yi, Chan
>            Assignee: Jonathan Anstey
>             Fix For: 5.3.0
>
>
> i check the svn revision 678620 to do camel loading test, but pom.xml is missmatch with parent's.
> the pom.xml  in activemq-camel-loadtest
>   <parent>
>     <groupId>org.apache.activemq</groupId>
>     <artifactId>activemq-parent</artifactId>
>     <version>5.1-SNAPSHOT</version>
>   </parent>
> the pom.xml in activemq
>   <groupId>org.apache.activemq</groupId>
>   <artifactId>activemq-parent</artifactId>
>   <version>5.2-SNAPSHOT</version>
>   <packaging>pom</packaging>
>   <name>ActiveMQ</name>
> I try to modify the version 5.1 to 5.2 OR 5.2 to 5.1 but all the things cannot run.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.