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 2009/02/25 09:50:22 UTC

svn commit: r747712 - /directory/samples/trunk/apacheds-webapp/pom.xml

Author: felixk
Date: Wed Feb 25 08:50:21 2009
New Revision: 747712

URL: http://svn.apache.org/viewvc?rev=747712&view=rev
Log:
Missed one ...
Use latest Directory TLP pom

Modified:
    directory/samples/trunk/apacheds-webapp/pom.xml

Modified: directory/samples/trunk/apacheds-webapp/pom.xml
URL: http://svn.apache.org/viewvc/directory/samples/trunk/apacheds-webapp/pom.xml?rev=747712&r1=747711&r2=747712&view=diff
==============================================================================
--- directory/samples/trunk/apacheds-webapp/pom.xml (original)
+++ directory/samples/trunk/apacheds-webapp/pom.xml Wed Feb 25 08:50:21 2009
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>14</version>
+    <version>15</version>
   </parent>
 
   <groupId>org.apache.directory.samples</groupId>
@@ -53,12 +53,12 @@
   <distributionManagement>
     <site>
       <id>apache.directory.samples</id>
-      <url>${distributionManagement.site.url}</url>
+      <url>${distMgmtSiteUrl}</url>
     </site>
   </distributionManagement>
   
   <properties>
-    <distributionManagement.site.url>scpexe://vm094.oxylos.org/var/www/html/projects/samples/apacheds-webapp/</distributionManagement.site.url>
+    <distMgmtSiteUrl>scpexe://vm094.oxylos.org/var/www/html/projects/samples/apacheds-webapp/</distMgmtSiteUrl>
     <skin.version>1.0.0-SNAPSHOT</skin.version>
   </properties>
 
@@ -84,6 +84,7 @@
   </reporting>
 
   <repositories>
+    <!-- Remove me when ASF CI can deploy Snapshots -->
     <repository>
       <id>apache.directory.snapshot.repo</id>
       <name>Snapshot repository for the Apache Directory project</name>