From d56ab8e0dbb7010e03b17fb1ccca1664928fe71f Mon Sep 17 00:00:00 2001 From: Andrew Petro <andrew.petro@wisc.edu> Date: Mon, 14 Mar 2022 16:03:53 -0500 Subject: [PATCH] Revert "upgrade maven-compiler-plugin to 3.10.1" This reverts commit a61ca29ad083817c104fe915fba01304b48a0045. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b2f77f..ed79919 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> -- GitLab