hello up to now we are using activemq 4.1.1
now we like to upgrade to 5.2.0 pom: <groupId>org.apache.activemq</groupId> <artifactId>apache-activemq</artifactId> <version>4.1.1</version> so i changed my pom to: <groupId>org.apache.activemq</groupId> <artifactId>apache-activemq</artifactId> <version>5.2.0</version> this results to: Missing: ---------- 1) org.apache.activemq:apache-activemq:jar:5.2.0 i searched the repository http://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/5.2.0/ but there is no jar named apache-activemq-5.2.0.jar the last i can find is apache-activemq-5.0.0.jar in 5.2.0 there are only zip's but no jar's. may be i missed something? thanks for you help! best regards :-) -- View this message in context: http://www.nabble.com/apache-activemq-5.2.0-jar-is-missing-form-maven2-tp20836176p20836176.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.