Repository: servicemix-bundles Updated Branches: refs/heads/master 8a1f8d387 -> 6d3557a1d
Fix spring-jdbc 4.0.2-RELEASE version Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/6d3557a1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/6d3557a1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/6d3557a1 Branch: refs/heads/master Commit: 6d3557a1d376cf6d7a225a4054b90a1d7d2b5262 Parents: 8a1f8d3 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Sep 2 17:11:31 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Sep 2 17:11:31 2015 +0200 ---------------------------------------------------------------------- spring-jdbc-4.0.2.RELEASE/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/6d3557a1/spring-jdbc-4.0.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-jdbc-4.0.2.RELEASE/pom.xml b/spring-jdbc-4.0.2.RELEASE/pom.xml index 2b9e660..c81eb2d 100644 --- a/spring-jdbc-4.0.2.RELEASE/pom.xml +++ b/spring-jdbc-4.0.2.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-jdbc</artifactId> - <version>4.0.3.RELEASE_5-SNAPSHOT</version> + <version>4.0.2.RELEASE_3-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
