This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch OLINGO-1635-release_3.0.0
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
The following commit(s) were added to refs/heads/OLINGO-1635-release_3.0.0 by
this push:
new 304cad12 [OLINGO-1635] Minor updates for build
304cad12 is described below
commit 304cad1283be579d19f13ba1f70305c7d68d7e24
Author: mibo <[email protected]>
AuthorDate: Sun Mar 2 22:07:41 2025 +0100
[OLINGO-1635] Minor updates for build
---
.../javadoc/src/main/assembly/javadoc-assembly.xml | 2 +-
pom.xml | 22 ++++++++++------------
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
b/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
index b6edfe38..075c23ff 100644
--- a/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
+++ b/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Lice nsed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright
ownership. The ASF licenses this file to you under
the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may
obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to
diff --git a/pom.xml b/pom.xml
index 724fef63..1dd4d942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ governing permissions and limitations under
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>33</version>
</parent>
<inceptionYear>2013</inceptionYear>
@@ -53,7 +53,7 @@ governing permissions and limitations under
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.release>8</maven.compiler.release>
+ <maven.compiler.release>11</maven.compiler.release>
<javadoc.phase>package</javadoc.phase>
<!-- required for correct Sonar coverage data reporting (list of
@@ -85,7 +85,7 @@ governing permissions and limitations under
<!-- Setting needed for Java 8 release builds -->
<additionalparam>-Xdoclint:none</additionalparam>
-<!---->
+ <!-- -->
<spring.boot.version>3.2.0</spring.boot.version>
</properties>
@@ -94,7 +94,7 @@ governing permissions and limitations under
<module>odata2-jpa-processor</module>
<module>odata2-annotation-processor</module>
<module>odata2-dist</module>
- <!--<module>odata2-sample</module>-->
+ <module>odata2-sample</module>
</modules>
<build>
@@ -134,7 +134,7 @@ governing permissions and limitations under
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.6.3</version>
+ <version>3.11.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -406,19 +406,17 @@ governing permissions and limitations under
<configuration>
<tags>
<tag>
-
<name>
-
org.apache.olingo.odata2.DoNotImplement</name>
+
<name>org.apache.olingo.odata2.DoNotImplement</name>
<placement>a</placement>
-
<head>Do not implement this
-
interface or derive from class.</head>
+
<head>Do not implement this interface or derive from class.</head>
</tag>
</tags>
+<!--
<doclint>none</doclint>-->
+<!--
<failOnError>false</failOnError>-->
+<!--
<failOnWarnings>false</failOnWarnings>-->
<excludePackageNames>
org.apache.olingo.odata2.core:org.apache.olingo.odata2.core.*:org.apache.olingo.odata2.jpa.processor.core:org.apache.olingo.odata2.jpa.processor.core.*:org.apache.olingo.odata2.annotation.processor.core:org.apache.olingo.odata2.annotation.processor.core.*:org.apache.olingo.odata2.testutil:org.apache.olingo.odata2.testutil.*
</excludePackageNames>
-
<additionalJOptions>
-
<additionalJOption>-quiet</additionalJOption>
-
</additionalJOptions>
<groups>
<group>
<title>OData Lib</title>