Repository: incubator-apex-core Updated Branches: refs/heads/master 228c795d5 -> fdbc3f072
Update compare version to 3.4.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/fdbc3f07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/fdbc3f07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/fdbc3f07 Branch: refs/heads/master Commit: fdbc3f0722cf414b70cc2fab746f2952cd21f3ef Parents: e4332bf Author: Thomas Weise <tho...@datatorrent.com> Authored: Tue May 10 11:33:01 2016 -0700 Committer: Thomas Weise <tho...@datatorrent.com> Committed: Tue May 10 11:34:21 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fdbc3f07/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 07f2e3b..08b2bb4 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.3.0-incubating</project.old.version> + <project.old.version>3.4.0</project.old.version> <license.skip>true</license.skip> <findbugs.xmlOutput>true</findbugs.xmlOutput> <findbugs.failOnError>false</findbugs.failOnError> @@ -387,7 +387,7 @@ <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> <onlyBinaryIncompatible>false</onlyBinaryIncompatible> <includeSynthetic>false</includeSynthetic> - <ignoreMissingClasses>true</ignoreMissingClasses> + <ignoreMissingClasses>false</ignoreMissingClasses> <excludes> <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude> <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude>