Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no
longer exists
----------------------------------------------------------------------------------------
Key: SMX4-162
URL: https://issues.apache.org/activemq/browse/SMX4-162
Project: ServiceMix 4
Issue Type: Bug
Reporter: Donald Woods
I'm trying to build smx4/kernel/trunk with a clean repo and its failing, due to
project org.apache.servicemix.specs:specs:pom:1.2-SNAPSHOT requiring
org.apache.servicemix:servicemix-pom:pom:2-SNAPSHOT which is no longer on the
snapshot repo.
The parent pom in servicemix/smx4/specs/trunk/pom.xml -
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-pom</artifactId>
<version>2-SNAPSHOT</version>
</parent>
Needs to be updated to use -
<version>2</version>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.