You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/26 11:11:12 UTC

[maven-fluido-skin] branch master updated: maven-minify-plugin -> minify-maven-plugin

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7982cd8  maven-minify-plugin -> minify-maven-plugin
7982cd8 is described below

commit 7982cd8b85980b4a6ce8a54976408e393bd7eef8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Mar 26 11:44:31 2020 +0100

    maven-minify-plugin -> minify-maven-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b4a9a45..0204d28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,8 +191,8 @@ under the License.
       </plugin>
       <plugin>
         <groupId>com.samaxes.maven</groupId>
-        <artifactId>maven-minify-plugin</artifactId>
-        <version>1.3.5.1</version>
+        <artifactId>minify-maven-plugin</artifactId>
+        <version>1.7.6</version>
         <executions>
           <execution>
             <id>default-minify</id>