Author: aheritier
Date: Sun Oct  8 13:37:19 2006
New Revision: 454205

URL: http://svn.apache.org/viewvc?view=rev&rev=454205
Log:
MAVEN-1789 : Change the default repository to http://repo1.maven.org/maven/

Modified:
    maven/maven-1/plugins/trunk/announcement/xdocs/index.xml
    
maven/maven-1/plugins/trunk/artifact/src/plugin-resources/templates/manifest.vm
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
    
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties
    maven/maven-1/plugins/trunk/examples/exampleear-1.0/build.xml
    maven/maven-1/plugins/trunk/jar/plugin.jelly
    maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
    maven/maven-1/plugins/trunk/plugins-parent/project.properties
    maven/maven-1/plugins/trunk/plugins-site/src/site/jelly/downloadPlugins.jsl
    maven/maven-1/plugins/trunk/xdoc/plugin.properties

Modified: maven/maven-1/plugins/trunk/announcement/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/announcement/xdocs/index.xml?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/xdocs/index.xml Sun Oct  8 
13:37:19 2006
@@ -85,7 +85,7 @@
 For a manual installation, you can download the Maven Announcement plugin 
 here:
 
-http://www.ibiblio.org/maven/maven/plugins/maven-announcement-plugin-1.1.jar
+http://repo1.maven.org/maven/maven/plugins/maven-announcement-plugin-1.1.jar
 
 Have fun!
 -The development team

Modified: 
maven/maven-1/plugins/trunk/artifact/src/plugin-resources/templates/manifest.vm
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/src/plugin-resources/templates/manifest.vm?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- 
maven/maven-1/plugins/trunk/artifact/src/plugin-resources/templates/manifest.vm 
(original)
+++ 
maven/maven-1/plugins/trunk/artifact/src/plugin-resources/templates/manifest.vm 
Sun Oct  8 13:37:19 2006
@@ -49,7 +49,7 @@
         #if($dep.Url)
 ${dep.ArtifactId}-Implementation-URL: ${dep.Url}        
         #else
-${dep.ArtifactId}-Implementation-URL: http://www.ibiblio.org/maven/        
+${dep.ArtifactId}-Implementation-URL: http://repo1.maven.org/maven/        
         #end
     #end     
   #end  

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Sun Oct  8 13:37:19 
2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.8.1-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="update" issue="MAVEN-1789">Change the 
default repository to http://repo1.maven.org/maven/ for dependencies url in the 
manifest.</action>
       <action dev="ltheussl" type="fix" issue="MPARTIFACT-72">Creating an 
upload-bundle for a plugin without any java code does not work.</action>
       <action dev="aheritier" type="update">Use a custom build of velocity 
(1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the 
issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to 
closed appender named [null]").</action>
       <action dev="ltheussl" type="update">Update jelly dependency to match 
the ones in maven 1.1 core.</action>

Modified: 
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- 
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties 
(original)
+++ 
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties 
Sun Oct  8 13:37:19 2006
@@ -22,7 +22,7 @@
 

 # Ensure that Maven will be able to download the findbugs plugin for the

 # tests

-maven.repo.remote = 
http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository/

+maven.repo.remote = 
http://repo1.maven.org/maven,http://maven-plugins.sourceforge.net/repository/

 

 # Put line count at a low number so that we can get Simian-reported errors

 maven.simian.linecount = 5


Modified: maven/maven-1/plugins/trunk/examples/exampleear-1.0/build.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/examples/exampleear-1.0/build.xml?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/examples/exampleear-1.0/build.xml (original)
+++ maven/maven-1/plugins/trunk/examples/exampleear-1.0/build.xml Sun Oct  8 
13:37:19 2006
@@ -150,9 +150,9 @@
   
     <mkdir dir="lib"></mkdir>
     
-    <get dest="lib/commons-logging-1.0.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.jar";></get>
+    <get dest="lib/commons-logging-1.0.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://repo1.maven.org/maven/commons-logging/jars/commons-logging-1.0.2.jar";></get>
     
-    <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar";></get>
+    <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://repo1.maven.org/maven/junit/jars/junit-3.8.1.jar";></get>
   
   </target>
 

Modified: maven/maven-1/plugins/trunk/jar/plugin.jelly
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/plugin.jelly?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/jar/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jar/plugin.jelly Sun Oct  8 13:37:19 2006
@@ -129,7 +129,7 @@
               <ant:attribute name="${dep.artifactId}-Implementation-Version" 
value="${dep.version}"/>
               <j:choose>
                 <j:when test="${empty(dep.url) || 
dep.url.toString().trim().length() == 0}">
-                  <ant:attribute name="${dep.artifactId}-Implementation-URL" 
value="http://www.ibiblio.org/maven${artifact.urlPath}"/>
+                  <ant:attribute name="${dep.artifactId}-Implementation-URL" 
value="http://repo1.maven.org/maven${artifact.urlPath}"/>
                 </j:when>
                 <j:otherwise>
                   <ant:attribute name="${dep.artifactId}-Implementation-URL" 
value="${dep.url}"/>

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Sun Oct  8 13:37:19 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.9-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="update" issue="MAVEN-1789">Change the 
default repository to http://repo1.maven.org/maven/ for dependencies url in the 
manifest.</action>
       <action dev="aheritier" type="update">Use a custom build of velocity 
(1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the 
issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to 
closed appender named [null]").</action>
     </release>
     <release version="1.8" date="2006-04-26">

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.properties
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-parent/project.properties?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.properties Sun Oct  8 
13:37:19 2006
@@ -23,7 +23,7 @@
 #=====
 
 # TODO: remove http://people.apache.org/repo/m1-snapshot-repository/, just 
there for SNAPSHOTs
-maven.repo.remote = 
http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
+maven.repo.remote = 
http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
 
 # Repository to deploy to
 maven.repo.list=apache.snapshots

Modified: 
maven/maven-1/plugins/trunk/plugins-site/src/site/jelly/downloadPlugins.jsl
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-site/src/site/jelly/downloadPlugins.jsl?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-site/src/site/jelly/downloadPlugins.jsl 
(original)
+++ maven/maven-1/plugins/trunk/plugins-site/src/site/jelly/downloadPlugins.jsl 
Sun Oct  8 13:37:19 2006
@@ -35,7 +35,7 @@
         </section>

         <section name="Download snapshots">

           <p>The command to download a snapshot is :</p>

-          <source>maven plugin:download -DgroupId=maven 
-DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> 
-Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT 
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/</source>

+          <source>maven plugin:download -DgroupId=maven 
-DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> 
-Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT 
-Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/</source>

           <p>We can't give you the list of the snapshots deployed by our 
developers, but you can find them here : <a 
href="http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/"; 
target="_blank">http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/</a>

           </p>

         </section>


Modified: maven/maven-1/plugins/trunk/xdoc/plugin.properties
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/plugin.properties?view=diff&rev=454205&r1=454204&r2=454205
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/xdoc/plugin.properties Sun Oct  8 13:37:19 2006
@@ -35,7 +35,7 @@
 # If it is not defined, then the Download report will not be added to the 
 # navigation menu.
 # NOTE: In the future this information will be described in the POM
-# Ex: maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins
+# Ex: maven.xdoc.distributionUrl=http://repo1.maven.org/maven/maven/plugins
 
 # Type of the distributed artifact. Defaults to jar. Override this property if
 # your project is distributing artifacts of a different type.


Reply via email to