[
https://issues.apache.org/activemq/browse/SM-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Heinemann resolved SM-1691.
--------------------------------
Assignee: Lars Heinemann
Resolution: Working as Designed
Jeff,
we are currently in the release process of servicemix-pom, components-pom and
servicemix-snmp.
Therefor the version number changed from 2-SNAPSHOT to 3-SNAPSHOT. When the
release is finished, everything
will again work as expected. So please be patient.
Regards
Lars
> Build problem: Incorrect parent pom version
> -------------------------------------------
>
> Key: SM-1691
> URL: https://issues.apache.org/activemq/browse/SM-1691
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-http
> Affects Versions: servicemix-http-2008.02
> Reporter: Jeff Peterson
> Assignee: Lars Heinemann
> Priority: Trivial
> Fix For: servicemix-http-2008.02
>
>
> I went to build the servicemix-http binding component off of its trunk.
> Maven was complaining about not being able to find all the required parent
> poms. I noticed that currently the parent pom is set to:
> http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-http/trunk/pom.xml
> {code}
> <parent>
> <groupId>org.apache.servicemix</groupId>
> <artifactId>components-pom</artifactId>
> <version>2-SNAPSHOT</version>
> </parent>
> {code}
> To get the build to work I had to set it to:
> {code}
> <parent>
> <groupId>org.apache.servicemix</groupId>
> <artifactId>components-pom</artifactId>
> <version>3-SNAPSHOT</version>
> </parent>
> {code}
> I haven't looked at the other binding components but they may also suffer
> from the same problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.