Results 1 to 2 of 2

Thread: How long until 1.5 Final is in maven repo?

  1. #1
    Join Date
    Mar 2007
    Posts
    128

    Default How long until 1.5 Final is in maven repo?

    Just curious.

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    It seems like we are having issues synching with the main maven repo (again). Things will be resolved soon, I hope.

    In the mean time, we are putting the jars up on our own S3 repo as we speak. So in a few minutes, you can use

    Code:
    <repository>
       <id>spring-release</id>
       <name>Spring Release Repository</name>
       <url>http://s3.amazonaws.com/maven.springframework.org/release</url>
    </repository>
    Let me know if that works for you.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

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