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
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.