You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2019/01/23 08:06:57 UTC

[myfaces] branch 2.3.x updated: Update MavenReleasePlugin version to 2.5.4

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

deki pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3.x by this push:
     new 5394ab5  Update MavenReleasePlugin version to 2.5.4
     new 506c960  Merge pull request #44 from pnicolucci/UpdateMavenReleasePluginVersion-MyFaces23
5394ab5 is described below

commit 5394ab5f45ebf50a4135f1c6cb84ad92e1e69dd0
Author: root <pn...@gmail.com>
AuthorDate: Tue Jan 22 14:01:59 2019 -0500

    Update MavenReleasePlugin version to 2.5.4
---
 parent/pom.xml | 13 +++++++++----
 pom.xml        | 10 +++++++---
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 39cb278..f2edf92 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,10 +127,15 @@
               </configuration>
             </plugin>
 
-			<plugin>
-			  <artifactId>maven-release-plugin</artifactId>
-			  <version>2.5.3</version>
-			</plugin>
+            <plugin>
+              <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 82d5c6f..6f34e2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,9 +80,13 @@
               <version>3.3</version>
             </plugin>
             <plugin>
-			  <artifactId>maven-release-plugin</artifactId>
-			  <version>2.5.3</version>
-			</plugin>
+              <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>