You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2019/12/18 14:36:18 UTC

[myfaces] branch master updated: ported release bugfix to master

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

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


The following commit(s) were added to refs/heads/master by this push:
     new beed60d  ported release bugfix to master
beed60d is described below

commit beed60de84da270e04deddd6dd1a5e4cc1098e33
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Dec 18 15:36:11 2019 +0100

    ported release bugfix to master
---
 parent/pom.xml | 4 ++++
 pom.xml        | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index a364d94..2d9792d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -120,6 +120,10 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <version>2.5.3</version>
             </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.5.4</version>
+            </plugin>
 
         </plugins>
 
diff --git a/pom.xml b/pom.xml
index d3a2ac2..54c19ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,10 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.5.3</version>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.5.4</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>