History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1865
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ching Yi, Chan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

pom parent version miss match

Created: 21/Jul/08 07:57 PM   Updated: 21/Jul/08 07:57 PM
Component/s: Performance Test
Affects Version/s: 5.2.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment: winxp, jdk1.6, maven2


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.