Repository: apex-core Updated Branches: refs/heads/release-3.6 f78d5bd5c -> 5b3c94a11
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/5b3c94a1 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/5b3c94a1 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/5b3c94a1 Branch: refs/heads/release-3.6 Commit: 5b3c94a1110b7908a4dfb04981712b66a591fc4b Parents: f78d5bd 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:49:32 2017 +0530 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/5b3c94a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f836f6..7894500 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>
