Author: hboutemy
Date: Sat Apr 14 22:39:30 2018
New Revision: 1829177

URL: http://svn.apache.org/viewvc?rev=1829177&view=rev
Log:
configured edit button

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=1829177&r1=1829176&r2=1829177&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/site.xml (original)
+++ maven/doxia/site/trunk/content/site.xml Sat Apr 14 22:39:30 2018
@@ -19,10 +19,9 @@ specific language governing permissions
 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";
- name="Doxia">
+<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="Doxia">
   <version position="none" />
 
   <bannerRight>
@@ -31,9 +30,11 @@ under the License.
     <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
+  <edit>https://github.com/apache/maven-doxia-site/tree/HEAD</edit>
+
   <body>
     <breadcrumbs>
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html"/>
+      <item name="Doxia" href="https://maven.apache.org/doxia/index.html"/>
     </breadcrumbs>
 
     <menu name="About Doxia">

Modified: maven/doxia/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1829177&r1=1829176&r2=1829177&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Sat Apr 14 22:39:30 2018
@@ -147,12 +147,10 @@ under the License.
     <system>jira</system>
     <url>https://issues.apache.org/jira/browse/DOXIA</url>
   </issueManagement>
-
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/maven-doxia-trunks/</url>
+    <url>https://builds.apache.org/job/maven-box/</url>
   </ciManagement>
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
@@ -367,6 +365,9 @@ under the License.
     </profile>
     <profile>
       <id>java8-ant-ln</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
       <build>
         <pluginManagement>
           <plugins>


Reply via email to