Repository: servicemix-bundles Updated Branches: refs/heads/master 85ddd44c0 -> 0f3c34dcb
Fix parent version in jasper-6.0.35 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d127e590 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d127e590 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d127e590 Branch: refs/heads/master Commit: d127e5905bfbb25d33e416a4f8cd567ced219382 Parents: 85ddd44 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 8 14:09:01 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 8 14:09:01 2015 +0200 ---------------------------------------------------------------------- jasper-6.0.35/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d127e590/jasper-6.0.35/pom.xml ---------------------------------------------------------------------- diff --git a/jasper-6.0.35/pom.xml b/jasper-6.0.35/pom.xml index ca72269..25d34eb 100644 --- a/jasper-6.0.35/pom.xml +++ b/jasper-6.0.35/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> + <version>10</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent>
