You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/07/15 09:23:30 UTC

svn commit: r1146988 - /maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml

Author: ltheussl
Date: Fri Jul 15 07:23:30 2011
New Revision: 1146988

URL: http://svn.apache.org/viewvc?rev=1146988&view=rev
Log:
sync with trunk

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml?rev=1146988&r1=1146987&r2=1146988&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/it/settings.xml Fri Jul 15 07:23:30 2011
@@ -37,17 +37,6 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </repository>
-        <repository>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>http://repository.apache.org/content/groups/snapshots-group/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>
@@ -60,17 +49,6 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
-        <pluginRepository>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>http://repository.apache.org/content/groups/snapshots-group/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </pluginRepository>        
       </pluginRepositories>
     </profile>
   </profiles>