You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/17 10:59:36 UTC

[myfaces-tobago] branch tobago-5.x updated: chore: use release of plugin

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 02957dc  chore: use release of plugin
02957dc is described below

commit 02957dcdf34fb0f3f2cdd21307abcced368a2a54
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 17 11:05:57 2022 +0100

    chore: use release of plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3ded41f..75f752f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,7 +611,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M3</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <id>enforce</id>