This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit a6d06381347bf4ef36628b1ed92faa573fb817e0 Author: Hugo Hirsch <[email protected]> AuthorDate: Tue May 18 13:03:50 2021 +0200 WHISKER-19: Update to at least Maven3.0.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b3fe20..4478345 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ <target.jdk>1.8</target.jdk> <junit.version>4.13.2</junit.version> <!-- This is the version of Maven required to use the Maven Plugin for this project --> - <mavenVersion>2.2.1</mavenVersion> + <mavenVersion>3.0.5</mavenVersion> <!-- Publication to the website is a two phase operation:
