You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/09/26 18:25:14 UTC

svn commit: r450104 - /james/server/trunk/pom.xml

Author: bago
Date: Tue Sep 26 09:25:08 2006
New Revision: 450104

URL: http://svn.apache.org/viewvc?view=rev&rev=450104
Log:
Temporarily switched the jspf dependency to a specific build because we didn't update trunk code to match jspf-0.9-SNAPSHOT changes but we need to deploy a snapshot for james-server (JAMES-634)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?view=diff&rev=450104&r1=450103&r2=450104
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Sep 26 09:25:08 2006
@@ -90,9 +90,10 @@
       </releases>
     </repository>
 
+<!-- 
     <repository>
-      <id>local-jspf-3rd-party-m1</id>
-      <name>Local jSPF third party repository</name>
+      <id>local-server-3rd-party-m1</id>
+      <name>Local Server third party repository</name>
       <url>file://${basedir}/repos/third-party-m1</url>
       <layout>legacy</layout>
       <releases>
@@ -104,7 +105,8 @@
         <checksumPolicy>ignore</checksumPolicy>
       </snapshots>
     </repository>
-    
+ -->
+     
     <repository>
       <id>ibiblio</id>
       <name>Main maven repo</name>
@@ -134,7 +136,7 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>jspf</artifactId>
-      <version>0.9-SNAPSHOT</version>
+      <version>0.9-20060922.184819-1</version>
     </dependency>
 
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org