Skip to content

Commit

Permalink
removed unused config since MPIR is at 2.8 with MPIR-290
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Aug 9, 2015
1 parent c5dd169 commit d25669e
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 78 deletions.
6 changes: 0 additions & 6 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-aether-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-artifact/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-builder-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-embedder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-model-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-repository-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-settings-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d25669e

Please sign in to comment.