You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/05 16:06:16 UTC

svn commit: r375041 - in /directory/trunks: apacheds/src/site/xdoc/projects/ apacheds/src/site/xdoc/subprojects/ apacheds/src/site/xdoc/subprojects/index.xml site/pom.xml

Author: ersiner
Date: Sun Feb  5 07:06:15 2006
New Revision: 375041

URL: http://svn.apache.org/viewcvs?rev=375041&view=rev
Log:
Changing subprojects to projects in site doco.

Added:
    directory/trunks/apacheds/src/site/xdoc/subprojects/
      - copied from r374667, directory/trunks/apacheds/src/site/xdoc/projects/
    directory/trunks/apacheds/src/site/xdoc/subprojects/index.xml
      - copied unchanged from r375037, directory/trunks/apacheds/src/site/xdoc/projects/index.xml
Removed:
    directory/trunks/apacheds/src/site/xdoc/projects/
Modified:
    directory/trunks/site/pom.xml

Modified: directory/trunks/site/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/site/pom.xml?rev=375041&r1=375040&r2=375041&view=diff
==============================================================================
--- directory/trunks/site/pom.xml (original)
+++ directory/trunks/site/pom.xml Sun Feb  5 07:06:15 2006
@@ -15,6 +15,13 @@
   
   <inceptionYear>2003</inceptionYear>
   
+  <distributionManagement>
+    <site>
+      <id>apache.websites</id>
+      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/</url>
+    </site>
+  </distributionManagement>
+
   <mailingLists>
     <mailingList>
       <name>The Directory Developers List</name>
@@ -121,7 +128,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-4</version>
+        <version>2.0-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>
@@ -146,12 +153,4 @@
       </plugin>
     </plugins>
   </reporting>
-
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/</url>
-    </site>
-  </distributionManagement>
-
 </project>