Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: When will Spring Batch 1.1.0-RELEASE be available in Maven Central Repository?

  1. #11
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    The s3 repo URL is given in the downloads page on the Spring Batch website - actually it's slightly cryptic because we only list the milestone repo explicitly (I'll fix that). Also it is in the parent pom:

    Code:
    <repository>
    	<id>spring-release</id>
    	<name>Spring Portfolio Release Repository</name>
    	<url>http://s3.amazonaws.com/maven.springframework.org/release</url>
    </repository>

  2. #12
    Join Date
    Apr 2008
    Posts
    29

    Default

    I can confirm that Spring Batch 1.1.0.RELEASE is now available in Maven Central Repository here. In case anybody is following this thread, our internal artifactory repository is already pointed to the maven central repository so I didn't even have to change the original settings for it to pick up the newly installed Spring Batch release.

  3. #13

    Default

    but... the http server response is not a list of folders, but a xml error message:

    <Error>
    <Code>NoSuchKey</Code>
    <Message>The specified key does not exist.</Message>
    <Key>release</Key>
    <RequestId>AF9AA8745005A993</RequestId>
    <HostId>
    xelIF8rE8wRiMzGxcnMEhkHWkbBkbRHpFas2RC1uPeHMnZ2BZn 5LB27M3numJW/p
    </HostId>
    </Error>

    is it a normal behavior?

  4. #14
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    That's because you have to use s3browse.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •