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

Thread: 1.1.3 docs

  1. #11
    Join Date
    Aug 2004
    Posts
    1,110

    Default

    Yes, the rebuilt jars finally got replicated to Maven's central repository. If you use the following dependency, it should work fine:

    Code:
    <dependency>
        <groupId>org.springframework.batch</groupId>
        <artifactId>spring-batch-core</artifactId>
        <version>1.1.3.RELEASE-A</version>
    </dependency>
    I have updated the web site - if you find any other issues, please let us know. Thanks for your patience.

    You should see a release announcement go out later today or early tomorrow.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  2. #12
    Join Date
    Apr 2008
    Posts
    29

    Default Got it.

    Thanks David and Thomas. I'll try that out right away.

Posting Permissions

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