You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/06/04 18:07:04 UTC

[18/50] maven git commit: [MNG-6192] upgraded m-assembly-p to get ordered entries in zip

[MNG-6192] upgraded m-assembly-p to get ordered entries in zip

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0535a40
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0535a40
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f0535a40

Branch: refs/heads/mvn-3.5.1/MNG-6174
Commit: f0535a40e2dba47f00c5469941d3edad2a8effef
Parents: 27ab750
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Mar 23 05:11:12 2017 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Mar 23 05:11:12 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/f0535a40/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3d5f67..857ce07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -539,7 +539,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.0</version>
         </plugin>
       </plugins>
     </pluginManagement>