You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/11/11 21:09:39 UTC

[1/2] maven git commit: [MNG-6112] Central repository in the 4.0.0 super POM should declare update policy 'never'.

Repository: maven
Updated Branches:
  refs/heads/master 139c64539 -> f41126521


[MNG-6112] Central repository in the 4.0.0 super POM should declare update policy 'never'.


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

Branch: refs/heads/master
Commit: c5f9b130c0281ab0c14a28310a200da7e84fcdd1
Parents: 139c645
Author: Christian Schulte <sc...@apache.org>
Authored: Fri Nov 11 22:02:44 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Fri Nov 11 22:02:44 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/c5f9b130/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 91492a9..9487a9a 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
@@ -32,6 +32,9 @@ under the License.
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
     </repository>
   </repositories>
 


[2/2] maven git commit: [MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM.

Posted by sc...@apache.org.
[MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM.


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

Branch: refs/heads/master
Commit: f41126521d8779d92a666c85b07a6c09ca3c6e26
Parents: c5f9b13
Author: Christian Schulte <sc...@apache.org>
Authored: Fri Nov 11 22:05:36 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Fri Nov 11 22:05:36 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/f4112652/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 9487a9a..c9770b0 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
@@ -26,7 +26,7 @@ under the License.
   <repositories>
     <repository>
       <id>central</id>
-      <name>Central Repository</name>
+      <name>Maven Central Repository</name>
       <url>https://repo.maven.apache.org/maven2</url>
       <layout>default</layout>
       <snapshots>
@@ -41,7 +41,7 @@ under the License.
   <pluginRepositories>
     <pluginRepository>
       <id>central</id>
-      <name>Central Repository</name>
+      <name>Maven Central Repository</name>
       <url>https://repo.maven.apache.org/maven2</url>
       <layout>default</layout>
       <snapshots>