This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/1.10 by this push:
new 1ec4da2156 Build with 3.9
1ec4da2156 is described below
commit 1ec4da21568268886af9c0787a42143aaa40215e
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Mar 3 09:19:05 2023 -0500
Build with 3.9
* Remove warnings about deprecated plugin options
---
docs/pom.xml | 2 --
pom.xml | 6 ++----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/docs/pom.xml b/docs/pom.xml
index 3681be8733..84762532ee 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -76,9 +76,7 @@
<backend>html5</backend>
<doctype>book</doctype>
<embedAssets>true</embedAssets>
- <imagesDir>${project.build.directory}/asciidoc/images</imagesDir>
<sourceDirectory>${project.build.directory}/asciidoc</sourceDirectory>
- <sourceHighlighter>highlightjs</sourceHighlighter>
</configuration>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index 19c443a59b..7e1e7cd0d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -647,8 +647,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <!-- Must use 3.1.1 until
https://issues.apache.org/jira/browse/MASSEMBLY-941 is fixed -->
- <version>3.1.1</version>
+ <version>3.5.0</version>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
@@ -694,7 +693,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <optimize>true</optimize>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArgs>
@@ -833,7 +831,7 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
- <version>1.7.0</version>
+ <version>1.8.0</version>
<configuration>
<removeUnused>true</removeUnused>
<groups>java.,javax.,org.,com.</groups>