You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/07/31 19:33:47 UTC

[maven-doxia-sitetools] branch master updated: [DOXIASITETOOLS-213] Upgrade Maven Default Skin to 1.3

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 12473ea  [DOXIASITETOOLS-213] Upgrade Maven Default Skin to 1.3
12473ea is described below

commit 12473ea08bba664036c95ed4057f45f320650d30
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jul 31 21:32:45 2019 +0200

    [DOXIASITETOOLS-213] Upgrade Maven Default Skin to 1.3
---
 doxia-decoration-model/src/main/mdo/decoration.mdo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doxia-decoration-model/src/main/mdo/decoration.mdo b/doxia-decoration-model/src/main/mdo/decoration.mdo
index 727a4ac..5053933 100644
--- a/doxia-decoration-model/src/main/mdo/decoration.mdo
+++ b/doxia-decoration-model/src/main/mdo/decoration.mdo
@@ -765,14 +765,14 @@ under the License.
           <code>
             <![CDATA[
     /**
-     * @return the default skin <code>org.apache.maven.skins:maven-default-skin:1.2</code>.
+     * @return the default skin <code>org.apache.maven.skins:maven-default-skin:1.3</code>.
      */
     public static Skin getDefaultSkin()
     {
         Skin skin = new Skin();
         skin.setGroupId( "org.apache.maven.skins" );
         skin.setArtifactId( "maven-default-skin" );
-        skin.setVersion( "1.2" );
+        skin.setVersion( "1.3" );
         return skin;
     }
             ]]>