You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2016/08/12 08:32:24 UTC

olingo-odata2 git commit: [OLINGO-997] Make release build work with Java 8

Repository: olingo-odata2
Updated Branches:
  refs/heads/master 597465569 -> 101d94bf9


[OLINGO-997] Make release build work with Java 8


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/101d94bf
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/101d94bf
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/101d94bf

Branch: refs/heads/master
Commit: 101d94bf97d5f1614cb368facfb0923e5f271556
Parents: 5974655
Author: Christian Amend <ch...@sap.com>
Authored: Fri Aug 12 10:28:56 2016 +0200
Committer: Christian Amend <ch...@sap.com>
Committed: Fri Aug 12 10:28:56 2016 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/101d94bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e39e39..16de864 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,9 @@
 		<version.javax.persistence>2.0.5</version.javax.persistence>
 
 		<spring.version>3.2.12.RELEASE</spring.version>
+
+    <!-- Setting needed for Java 8 release builds -->
+    <additionalparam>-Xdoclint:none</additionalparam>
 	</properties>
 
 	<modules>