Repository: maven
Updated Branches:
  refs/heads/master c5dd16988 -> d25669e0b


removed unused config since MPIR is at 2.8 with MPIR-290

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

Branch: refs/heads/master
Commit: d25669e0bb82a8702604a57daaefd526fd964938
Parents: c5dd169
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Aug 9 21:30:11 2015 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Aug 9 21:30:11 2015 +0200

----------------------------------------------------------------------
 apache-maven/pom.xml              | 6 ------
 maven-aether-provider/pom.xml     | 6 ------
 maven-artifact/pom.xml            | 6 ------
 maven-builder-support/pom.xml     | 6 ------
 maven-compat/pom.xml              | 6 ------
 maven-core/pom.xml                | 6 ------
 maven-embedder/pom.xml            | 6 ------
 maven-model-builder/pom.xml       | 6 ------
 maven-model/pom.xml               | 6 ------
 maven-plugin-api/pom.xml          | 6 ------
 maven-repository-metadata/pom.xml | 6 ------
 maven-settings-builder/pom.xml    | 6 ------
 maven-settings/pom.xml            | 6 ------
 13 files changed, 78 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/apache-maven/pom.xml
----------------------------------------------------------------------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index f38923c..11bbd4f 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -34,12 +34,6 @@
     
<distributionFileName>${distributionId}-${project.version}</distributionFileName>
   </properties>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-aether-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml
index 7d498ef..0995155 100644
--- a/maven-aether-provider/pom.xml
+++ b/maven-aether-provider/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Aether Provider</name>
   <description>Extensions to Aether for utilizing Maven POM and repository 
metadata.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-artifact/pom.xml
----------------------------------------------------------------------
diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml
index 7aef4d8..26873f1 100644
--- a/maven-artifact/pom.xml
+++ b/maven-artifact/pom.xml
@@ -23,12 +23,6 @@
 
   <name>Maven Artifact</name>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-builder-support/pom.xml
----------------------------------------------------------------------
diff --git a/maven-builder-support/pom.xml b/maven-builder-support/pom.xml
index 16a56a5..59cb017 100644
--- a/maven-builder-support/pom.xml
+++ b/maven-builder-support/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Builder Support</name>
   <description>Support for descriptor builders (model, setting, 
toolchains)</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-compat/pom.xml
----------------------------------------------------------------------
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 487b6f9..f21f06e 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -24,12 +24,6 @@
   <name>Maven Compat</name>
   <description>Maven2 classes maintained as compatibility layer.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <properties>
     <checkstyle.failOnViolation>false</checkstyle.failOnViolation><!-- 
lazyness for code that will disappear in future... -->
   </properties>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-core/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 39ec1fd..87e2e3a 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -24,12 +24,6 @@
   <name>Maven Core</name>
   <description>Maven Core classes.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <properties>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType,MethodName,MagicNumber,ConstantName,VisibilityModifier,InnerAssignment</checkstyle.violation.ignore>
   </properties>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-embedder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index 4473c4d..e3c2028 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -24,12 +24,6 @@
   <name>Maven Embedder</name>
   <description>Maven embeddable component, with CLI and logging 
support.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-model-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml
index 40c57d9..47ee2ba 100644
--- a/maven-model-builder/pom.xml
+++ b/maven-model-builder/pom.xml
@@ -24,12 +24,6 @@
   <name>Maven Model Builder</name>
   <description>The effective model builder, with inheritance, profile 
activation, interpolation, ...</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-model/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index ebaf602..f123006 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Model</name>
   <description>Model for Maven POM (Project Object Model)</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <properties>
     <checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
   </properties>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-plugin-api/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
index f5b93cf..8f32f8e 100644
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Plugin API</name>
   <description>The API for plugins - Mojos - development.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-repository-metadata/pom.xml
----------------------------------------------------------------------
diff --git a/maven-repository-metadata/pom.xml 
b/maven-repository-metadata/pom.xml
index f6b2ebf..e6643f2 100644
--- a/maven-repository-metadata/pom.xml
+++ b/maven-repository-metadata/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Repository Metadata Model</name>
   <description>Per-directory local and remote repository 
metadata.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-settings-builder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings-builder/pom.xml b/maven-settings-builder/pom.xml
index 27e4925..cf7a8c9 100644
--- a/maven-settings-builder/pom.xml
+++ b/maven-settings-builder/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Settings Builder</name>
   <description>The effective settings builder, with inheritance and password 
decryption.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <contributors>
     <contributor>
       <name>Thomas Meyer</name>

http://git-wip-us.apache.org/repos/asf/maven/blob/d25669e0/maven-settings/pom.xml
----------------------------------------------------------------------
diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml
index 3c58272..f93b1e3 100644
--- a/maven-settings/pom.xml
+++ b/maven-settings/pom.xml
@@ -33,12 +33,6 @@ under the License.
   <name>Maven Settings</name>
   <description>Maven Settings model.</description>
 
-  <scm><!-- remove when git scm url format can accept artifact-id at the end, 
as automatically inherited -->
-    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Reply via email to