Author: hboutemy Date: Sun Dec 17 15:56:18 2017 New Revision: 1818492 URL: http://svn.apache.org/viewvc?rev=1818492&view=rev Log: revert edit button: buildbot failing :(
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=1818492&r1=1818491&r2=1818492&view=diff ============================================================================== --- maven/site/trunk/content/site.xml (original) +++ maven/site/trunk/content/site.xml Sun Dec 17 15:56:18 2017 @@ -20,16 +20,15 @@ under the License. --> -<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" +<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" 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.7-SNAPSHOT</version> + <version>1.6</version> </skin> <custom> Modified: maven/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1818492&r1=1818491&r2=1818492&view=diff ============================================================================== --- maven/site/trunk/pom.xml (original) +++ maven/site/trunk/pom.xml Sun Dec 17 15:56:18 2017 @@ -84,7 +84,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.7-SNAPSHOT</version> <configuration> <siteDirectory>${project.basedir}/content</siteDirectory> </configuration>