[java-parent-project] 04/04: IDP-1465 - Update Maven compiler plugin to 3.8.1
Ian Young
ian at iay.org.uk
Tue Jan 14 13:23:26 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d217921f57fdc08a8db575484357b9686276227e
commit d217921f57fdc08a8db575484357b9686276227e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 14 18:11:56 2020 +0000
IDP-1465 - Update Maven compiler plugin to 3.8.1
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2de06c..0d25e03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
+ <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
@@ -581,7 +582,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>${maven-compiler-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list