You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/18 10:28:39 UTC

svn commit: r638282 - /directory/studio/trunk/pom.xml

Author: felixk
Date: Tue Mar 18 02:28:38 2008
New Revision: 638282

URL: http://svn.apache.org/viewvc?rev=638282&view=rev
Log:
Fix distribution url / CI

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=638282&r1=638281&r2=638282&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Tue Mar 18 02:28:38 2008
@@ -41,12 +41,11 @@
     <url>http://issues.apache.org/jira/browse/DIRSTUDIO</url>
   </issueManagement>
 
-  <!-- TODO
-    <ciManagement>
+  <ciManagement>
     <system>Continuum</system>
-    <url>https://directory.apache.org/continuum/servlet/continuum</url>
-    </ciManagement>
-  -->
+    <url>http://vm094.oxylos.org/continuum/</url>
+  </ciManagement>
+
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
@@ -63,8 +62,7 @@
   <distributionManagement>
     <site>
       <id>apache.directory.studio</id>
-      <!-- FIXME set final url according to CI -->
-      <url>scpexe://people.apache.org/home/felixk/public_html/projects/directory/studio/</url>
+      <url>scpexe://vm094.oxylos.org/var/www/html/projects/studio/</url>
     </site>
   </distributionManagement>