You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/18 21:56:22 UTC

svn commit: r1731143 - in /webservices/axiom/branches/maven-site-plugin-3.5: pom.xml src/site/site.xml

Author: veithen
Date: Thu Feb 18 20:56:22 2016
New Revision: 1731143

URL: http://svn.apache.org/viewvc?rev=1731143&view=rev
Log:
Switch to Fluido skin 1.5-SNAPSHOT so that the GA snippet is correctly used in submodules.

Modified:
    webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
    webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml

Modified: webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/pom.xml?rev=1731143&r1=1731142&r2=1731143&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Thu Feb 18 20:56:22 2016
@@ -1154,12 +1154,6 @@
                             </exclusion>
                         </exclusions>
                     </dependency>
-                    <dependency>
-                        <!-- Fluido skin is not compatible with Velocity 1.7 -->
-                        <groupId>org.apache.velocity</groupId>
-                        <artifactId>velocity</artifactId>
-                        <version>1.5</version>
-                    </dependency>
                 </dependencies>
             </plugin>
             <plugin>

Modified: webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml?rev=1731143&r1=1731142&r2=1731143&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml Thu Feb 18 20:56:22 2016
@@ -18,6 +18,11 @@
   ~ under the License.
   -->
 <project name="Axiom">
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.5-SNAPSHOT</version>
+    </skin>
     <bannerLeft>
         <name>Apache Axiom</name>
         <src>images/logo.png</src>