Repository: apex-core Updated Branches: refs/heads/master 4c0a5e1fe -> 90528017f
Bump japicmp compare version. Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/90528017 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/90528017 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/90528017 Branch: refs/heads/master Commit: 90528017f9c8b2ac0d5bcf76ce44eebb68180647 Parents: 4c0a5e1 Author: Apex Dev <[email protected]> Authored: Mon May 8 10:49:32 2017 +0530 Committer: Tushar R. Gosavi <[email protected]> Committed: Mon May 8 10:54:18 2017 +0530 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/90528017/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27f2d13..8f7a7bb 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <jersey.version>1.9</jersey.version> <!-- do not change jetty version as later versions have problems with DefaultServlet --> <jetty.version>8.1.10.v20130312</jetty.version> - <project.old.version>3.5.0</project.old.version> + <project.old.version>3.6.0</project.old.version> <license.skip>true</license.skip> <findbugs.xmlOutput>true</findbugs.xmlOutput> <findbugs.failOnError>false</findbugs.failOnError>
