[java-parent-project] branch master updated: JPAR-118 - enforce Maven 3.5.3 or later
Ian Young
ian at iay.org.uk
Mon Apr 1 11:36:49 EDT 2019
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=3b5513db2a4815f6588d3a2f1a188cd9bec65673
The following commit(s) were added to refs/heads/master by this push:
new 3b5513d JPAR-118 - enforce Maven 3.5.3 or later
3b5513d is described below
commit 3b5513db2a4815f6588d3a2f1a188cd9bec65673
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Apr 1 16:36:44 2019 +0100
JPAR-118 - enforce Maven 3.5.3 or later
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ef4aed7..fdf113c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,7 +772,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.3.1</version>
+ <version>3.5.3</version>
</requireMavenVersion>
</rules>
<fail>true</fail>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list