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

This commit is contained in:
Hervé Boutemy 2015-08-09 21:30:11 +02:00
parent c5dd16988e
commit d25669e0bb
13 changed files with 0 additions and 78 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>