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/27 20:41:38 UTC

[maven-default-skin] branch master updated (bc1a7d1 -> c7f43c6)

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

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-default-skin.git.


    from bc1a7d1  [MSKINS-151] Upgrade Parent to 33
     new b75352b  [MSKINS-152] Upgrade Maven Doxia Sitetools to 1.9.1 in skin descriptor
     new c7f43c6  [MSKINS-154] Upgrade Maven Site Plugin to 3.8.2 for ITs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                    | 2 +-
 src/main/resources/META-INF/maven/skin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven-default-skin] 01/02: [MSKINS-152] Upgrade Maven Doxia Sitetools to 1.9.1 in skin descriptor

Posted by mi...@apache.org.
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-default-skin.git

commit b75352b7aa89ff3c07c7fdfc26fc55ec6b524e58
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jul 27 22:39:41 2019 +0200

    [MSKINS-152] Upgrade Maven Doxia Sitetools to 1.9.1 in skin descriptor
---
 src/main/resources/META-INF/maven/skin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/maven/skin.xml b/src/main/resources/META-INF/maven/skin.xml
index 4fd0c43..540e88d 100644
--- a/src/main/resources/META-INF/maven/skin.xml
+++ b/src/main/resources/META-INF/maven/skin.xml
@@ -22,6 +22,6 @@ under the License.
 <skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd">
   <prerequisites>
-    <doxia-sitetools>1.7</doxia-sitetools>
+    <doxia-sitetools>1.9.1</doxia-sitetools>
   </prerequisites>
 </skin>


[maven-default-skin] 02/02: [MSKINS-154] Upgrade Maven Site Plugin to 3.8.2 for ITs

Posted by mi...@apache.org.
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-default-skin.git

commit c7f43c6b33db8c235848593829660f146891c649
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jul 27 22:40:26 2019 +0200

    [MSKINS-154] Upgrade Maven Site Plugin to 3.8.2 for ITs
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fd23bda..b1b61e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
   
   <properties>
-    <sitePluginVersion>3.7.1</sitePluginVersion>
+    <sitePluginVersion>3.8.2</sitePluginVersion>
   </properties>