You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/11/12 19:50:46 UTC

maven git commit: upgrade m-assembly-p to 3.0.0

Repository: maven
Updated Branches:
  refs/heads/master 33791993a -> 57fde44be


upgrade m-assembly-p to 3.0.0


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

Branch: refs/heads/master
Commit: 57fde44be0068a6975af3312702d10d065999ada
Parents: 3379199
Author: rfscholte <rf...@apache.org>
Authored: Sat Nov 12 20:44:11 2016 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Sat Nov 12 20:45:36 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/57fde44b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec82598..0ae8eb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -478,6 +478,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+           <version>3.0.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>