This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 15d8925  use Fluido skin 1.7 with edit
15d8925 is described below

commit 15d8925e0b65b9f3e229fa73e3193411bf7ce49d
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri Jan 19 18:57:16 2018 +0100

    use Fluido skin 1.7 with edit
---
 pom.xml           | 11 ++++++-----
 src/site/site.xml | 23 +++++------------------
 2 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb2f0d3..6d849f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     The Maven Plugin Tools contains the necessary tools to be able to produce 
Maven Plugins in scripting languages
     and to generate rebarbative content like descriptor, help and 
documentation.
   </description>
-  <url>http://maven.apache.org/plugin-tools</url>
+  <url>https://maven.apache.org/plugin-tools</url>
   <inceptionYear>2004</inceptionYear>
 
   <contributors>
@@ -58,10 +58,6 @@
     </contributor>
   </contributors>
 
-  <prerequisites>
-    <maven>2.2.1</maven>
-  </prerequisites>
-
   <modules>
     <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-tools-api</module>
@@ -264,6 +260,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             
<tagBase>https://svn.apache.org/repos/asf/maven/plugin-tools/tags</tagBase>
diff --git a/src/site/site.xml b/src/site/site.xml
index 12aa568..b2e9c51 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,29 +19,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
-
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
-  </bannerRight>
+<project xmlns="https://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.0.xsd";>
 
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.5</version>
+    <version>1.7</version>
   </skin>
-
-  <custom>
-    <fluidoSkin>
-      <topBarEnabled>false</topBarEnabled>
-      <sideBarEnabled>true</sideBarEnabled>
-    </fluidoSkin>
-  </custom>
+  
+  <edit>${project.scm.url}</edit>
 
   <body>
     <breadcrumbs>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to