You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/05/09 19:40:27 UTC

svn commit: r654895 - in /geronimo/server/branches/2.1/framework/configs/plugin: pom.xml src/main/plan/plan.xml

Author: jbohn
Date: Fri May  9 10:40:27 2008
New Revision: 654895

URL: http://svn.apache.org/viewvc?rev=654895&view=rev
Log:
update default repositoryList for 2.1.2

Modified:
    geronimo/server/branches/2.1/framework/configs/plugin/pom.xml
    geronimo/server/branches/2.1/framework/configs/plugin/src/main/plan/plan.xml

Modified: geronimo/server/branches/2.1/framework/configs/plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/plugin/pom.xml?rev=654895&r1=654894&r2=654895&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/plugin/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/plugin/pom.xml Fri May  9 10:40:27 2008
@@ -122,7 +122,7 @@
                         <plugin-artifact>
                             <config-xml-content>
                                 <gbean name="DownloadedPluginRepos">
-                                    <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.txt</attribute>
+                                    <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.2.txt</attribute>
                                     <attribute name="userRepositories">~/.m2/repository</attribute>
                                 </gbean>
                             </config-xml-content>

Modified: geronimo/server/branches/2.1/framework/configs/plugin/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/plugin/src/main/plan/plan.xml?rev=654895&r1=654894&r2=654895&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/plugin/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/plugin/src/main/plan/plan.xml Fri May  9 10:40:27 2008
@@ -92,7 +92,7 @@
     </gbean>
 
     <gbean name="DownloadedPluginRepos" class="org.apache.geronimo.system.plugin.PluginRepositoryDownloader">
-        <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.txt</attribute>
+        <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.2.txt</attribute>
         <attribute name="userRepositories">~/.m2/repository</attribute>
     </gbean>