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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 807d4e5  use last release plugin version
807d4e5 is described below

commit 807d4e517b03f2981819cb912b201adbea9e3f18
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Feb 11 18:01:33 2022 +1000

    use last release plugin version
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04bd1d0..68ef704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,11 @@ under the License.
             <tagletArtifacts combine.self="override" />
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>3.0.0-M5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Reply via email to