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/17 15:46:06 UTC

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

Author: hboutemy
Date: Sun Dec 17 15:46:06 2017
New Revision: 1818489

URL: http://svn.apache.org/viewvc?rev=1818489&view=rev
Log:
try using the new "edit" button feature (hoping buildbot will get SNAPSHOTs)

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

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1818489&r1=1818488&r2=1818489&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sun Dec 17 15:46:06 2017
@@ -20,16 +20,16 @@ under the License.
 -->
 
 
-<project xmlns="http://maven.apache.org/DECORATION/1.7.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
   name="Maven">
   <version position="none" />
+  <edit>https://github.com/apache/maven-site/tree/trunk/</edit>
 
   <skin><!-- TODO remove when CMS doesn't have any issue with parent site.xml download... -->
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.6</version>
+    <version>1.7-SNAPSHOT</version>
   </skin>
 
   <custom>

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1818489&r1=1818488&r2=1818489&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Dec 17 15:46:06 2017
@@ -84,6 +84,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.7-SNAPSHOT</version>
           <configuration>
             <siteDirectory>${project.basedir}/content</siteDirectory>
           </configuration>