-
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.
-
Got it.
Thanks David and Thomas. I'll try that out right away.