You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/22 06:53:00 UTC

svn commit: r1819001 - in /maven/doxia/site/trunk: content/site.xml pom.xml

Author: hboutemy
Date: Fri Dec 22 06:53:00 2017
New Revision: 1819001

URL: http://svn.apache.org/viewvc?rev=1819001&view=rev
Log:
Doxia 1.8 released

Modified:
    maven/doxia/site/trunk/content/site.xml
    maven/doxia/site/trunk/pom.xml

Modified: maven/doxia/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/site.xml?rev=1819001&r1=1819000&r2=1819001&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/site.xml (original)
+++ maven/doxia/site/trunk/content/site.xml Fri Dec 22 06:53:00 2017
@@ -69,10 +69,14 @@ under the License.
         <item name="Create a Doxia Macro" href="developers/macros.html"/>
         <item name="Using the Sink API" href="developers/sink.html"/>
       </item>
-      <item name="Doxia 1.7" href="doxia/index.html" collapse="false">
+      <item name="Doxia 1.8" href="doxia/index.html" collapse="false">
         <item name="Doxia base" href="doxia/index.html"/>
         <item name="Doxia Sitetools" href="doxia-sitetools/index.html"/>
       </item>
+      <item name="Doxia 1.7" href="doxia-archives/doxia-1.7/index.html" collapse="false">
+        <item name="Doxia base" href="doxia-archives/doxia-1.7/index.html"/>
+        <item name="Doxia Sitetools" href="doxia-sitetools/index.html"/>
+      </item>
       <item name="Doxia 1.6" href="doxia-archives/doxia-1.6/index.html" collapse="false">
         <item name="Doxia base" href="doxia-archives/doxia-1.6/index.html"/>
         <item name="Doxia Sitetools" href="doxia-sitetools-archives/doxia-sitetools-1.6/index.html"/>

Modified: maven/doxia/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1819001&r1=1819000&r2=1819001&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Fri Dec 22 06:53:00 2017
@@ -162,7 +162,7 @@ under the License.
   </pluginRepositories>
 
   <properties>
-    <doxiaVersion>1.7</doxiaVersion>
+    <doxiaVersion>1.8</doxiaVersion>
     <site.output>${project.build.directory}/site</site.output>
   </properties>