You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/06/12 00:23:39 UTC

svn commit: r1747944 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: olamy
Date: Sun Jun 12 00:23:39 2016
New Revision: 1747944

URL: http://svn.apache.org/viewvc?rev=1747944&view=rev
Log:
remove not anymore available repositories

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1747944&r1=1747943&r2=1747944&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Jun 12 00:23:39 2016
@@ -339,21 +339,8 @@ under the License.
   <profiles>
     <profile>
       <id>run-its</id>
-      <repositories>
-        <repository>
-          <id>codehaus.org</id>
-          <url>http://snapshots.repository.codehaus.org</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-        </repository>
-      </repositories>
       <pluginRepositories>
         <pluginRepository>
-          <id>codehaus.snapshots</id>
-          <url>http://snapshots.repository.codehaus.org</url>
-        </pluginRepository>
-        <pluginRepository>
           <id>apache.snapshots</id>
           <url>http://repository.apache.org/snapshots</url>
           <releases>