Repository: apex-core Updated Branches: refs/heads/master 93f790aa7 -> cc79b0c02
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/cc79b0c0 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/cc79b0c0 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/cc79b0c0 Branch: refs/heads/master Commit: cc79b0c02f072ac2ce3c5ac49373232b82f40e3e Parents: 4106745 Author: Apex Dev <[email protected]> Authored: Sat Dec 10 10:34:05 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Sat Dec 10 10:36:15 2016 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/cc79b0c0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6142895..fec5cec 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.4.0</project.old.version> + <project.old.version>3.5.0</project.old.version> <license.skip>true</license.skip> <findbugs.xmlOutput>true</findbugs.xmlOutput> <findbugs.failOnError>false</findbugs.failOnError>
