You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2020/07/20 19:09:02 UTC

[myfaces-build-tools] branch master updated: Update maven-release-plugin version

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

volosied pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 3744c4b  Update maven-release-plugin version
3744c4b is described below

commit 3744c4b894c0f270fe58fecfdbf7319962f21afc
Author: Volodymyr Siedlecki <vo...@ibm.com>
AuthorDate: Mon Jul 20 15:08:49 2020 -0400

    Update maven-release-plugin version
---
 maven2-plugins/myfaces-builder-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven2-plugins/myfaces-builder-plugin/pom.xml b/maven2-plugins/myfaces-builder-plugin/pom.xml
index 21310e6..cf441c8 100644
--- a/maven2-plugins/myfaces-builder-plugin/pom.xml
+++ b/maven2-plugins/myfaces-builder-plugin/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
-         <version>2.2.2</version>
+         <version>2.5.3</version>
       </plugin>
 
       <!-- required for plexus, but we are not using this right now