Updated Branches: refs/heads/master 77b2f7494 -> a3806a7ab
CAMEL-6567: Reopened the ticket and reverted back the used spring-batch-version to 2.1.9.RELEASE. See the ticket for more details about why. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a3806a7a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a3806a7a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a3806a7a Branch: refs/heads/master Commit: a3806a7ab78ba6e1b55c9726b75cb4443f442025 Parents: 77b2f74 Author: Babak Vahdat <[email protected]> Authored: Tue Jul 23 20:47:21 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Tue Jul 23 20:47:21 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a3806a7a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index cf225a5..5e8fb31 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -347,7 +347,7 @@ <snmp4j-version>2.1.0_1</snmp4j-version> <solr-bundle-version>3.6.0_1</solr-bundle-version> <!-- FIXME cmueller: not in sync! --> <solr-version>3.6.2</solr-version> - <spring-batch-version>2.2.0.RELEASE</spring-batch-version> + <spring-batch-version>2.1.9.RELEASE</spring-batch-version> <spring-castor-bundle-version>1.2.0</spring-castor-bundle-version> <spring-data-commons-version>1.5.0.RELEASE</spring-data-commons-version> <spring-data-redis-version>1.0.4.RELEASE</spring-data-redis-version>
