dev@jersey.java.net

Re: [Jersey] jersey-spring Maven POM file mistake?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 04 Jan 2010 12:27:50 +0100

Hi,

I have modified the Spring version to be:

   [2.5.2,3)

Can you please verify when a new SNAPSHOT is pushed to the repo?

Paul.

On Dec 29, 2009, at 10:59 AM, Paul Sandoz wrote:

>
> On Dec 23, 2009, at 4:14 PM, Adam Retter wrote:
>
>> Hi there I think you might have some problems in your Maven POM file
>> for jeresey-spring integration -
>>
>> http://download.java.net/maven/2/com/sun/jersey/contribs/jersey-spring/1.1.4.1/jersey-spring-1.1.4.1.pom
>>
>> In the section where it describes its dependencies on Spring, this
>> appears -
>>
>> <properties>
>> <spring20-release-version>2.0.5</spring20-release-version>
>> <spring25-release-version>[2.5.2,)</spring25-release-version>
>> </properties>
>>
>> I should think that "[2.5.2,)" is an error and it should be just
>> "2.5.2" or even "2.5.6" these days?
>>
>
> Yes, i will change it.
>
>
>> Any chance this could be fixed as its playing havoc with my new
>> projects that use Jersey, Spring and Maven?
>>
>
> Sure. Someone else already opened an issue:
>
> https://jersey.dev.java.net/issues/show_bug.cgi?id=448
>
> Paul.
>