You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/06/02 20:21:26 UTC

maven git commit: Update Maven Dependency Plugin in Super POM to 2.10

Repository: maven
Updated Branches:
  refs/heads/master 35da0dc20 -> 9ea4ef4b6


Update Maven Dependency Plugin in Super POM to 2.10


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

Branch: refs/heads/master
Commit: 9ea4ef4b609199e2207bc5638a14a44f6697072a
Parents: 35da0dc
Author: Michael Osipov <mi...@apache.org>
Authored: Thu Jun 2 22:19:52 2016 +0200
Committer: Michael Osipov <mi...@apache.org>
Committed: Thu Jun 2 22:20:52 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/9ea4ef4b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
----------------------------------------------------------------------
diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index 02ac7ba..d1ccd1f 100644
--- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -90,7 +90,7 @@ under the License.
         </plugin>
         <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.10</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>