You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/08/25 21:05:52 UTC

[jira] Resolved: (SM-1509) Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel

     [ https://issues.apache.org/activemq/browse/SM-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-1509.
---------------------------------

      Assignee: Gert Vanthienen  (was: Guillaume Nodet)
    Resolution: Fixed

> Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel 
> --------------------------------------------------------------------------------------
>
>                 Key: SM-1509
>                 URL: https://issues.apache.org/activemq/browse/SM-1509
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Edell Nolan
>            Assignee: Gert Vanthienen
>
> Hi,
> I have tracked a problem that someone reported when trying to build their service units and service assemblies against 3.2.2 
> The problem is to do with the versions of xbean.
> The top level pom for the 3.3 xbean was released with the version remaining at 3.3-SNAPSHOT so it looks for the 3.3-SNAPSHOT versions
> xbean-3.3.pom
> <properties>
>         <!--
>         NOTE: Project version, to be used instead of ${pom.version} since that
>               value magically changes when using SNAPSHOT versions.
>               This value *must* be kept in sync with the value of the <version>
>               element, and it will need to be changed manually before a release,
>               as the maven-release-plugin will not update this value.
>         -->
>         <version>3.3-SNAPSHOT</version>
> Then in the top-level pom for servicemix - for xbean-server and xbean-kernel
> - we have a dependency for 3.3.
> The version has been fixed for xbean-3.4.3 so I think we need to move to those versions in servicemix as we already depend on 3.4.3 for some of the xbean components such as xbean-classloader and xbean-spring.
> I am going to create a jira and attach a patch to upgrade servicemix.
> As 3.2.2 was only released - I am not sure that 3.2.3 will be released for a bit but as servicemix-core etc depends on these xbean versions etc we may need to do a release sooner.
> What do people think ?
> Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.