This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 56e9902  update maven-enforcer-plugin to newest version
56e9902 is described below

commit 56e9902482e05ce4dd5a1d18dbab88373c7ad656
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Mar 12 12:23:27 2021 +0100

    update maven-enforcer-plugin to newest version
    
    old didn't work with Java16 on Linux
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 94b4cdf..54a58ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,6 +545,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
+                <version>3.0.0-M3</version>
                 <executions>
                     <execution>
                         <id>enforce-java-version</id>

Reply via email to