You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2006/05/01 12:54:30 UTC

svn commit: r398571 - /geronimo/xbean/trunk/pom.xml

Author: gnodet
Date: Mon May  1 03:54:26 2006
New Revision: 398571

URL: http://svn.apache.org/viewcvs?rev=398571&view=rev
Log:
Fix m1 repository

Modified:
    geronimo/xbean/trunk/pom.xml

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/pom.xml?rev=398571&r1=398570&r2=398571&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Mon May  1 03:54:26 2006
@@ -120,9 +120,6 @@
       <plugins>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagBase>http://svn.apache.org/repos/asf/geronimo/xbean/tags</tagBase>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -137,8 +134,8 @@
               <goal>deploy-maven-one-repository</goal>
             </goals>
             <configuration>
-              <remoteRepositoryId>xbean-maven1</remoteRepositoryId>
-              <remoteRepositoryUrl>scpexe://xbean.org/dist</remoteRepositoryUrl>
+              <remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
+              <remoteRepositoryUrl>scp://minotaur.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
             </configuration>
           </execution>
         </executions>