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/06/09 20:57:34 UTC

[maven-site-plugin] branch MSITE-839 updated (8bfe036 -> 533841d)

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

michaelo pushed a change to branch MSITE-839
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


 discard 8bfe036  [MSITE-839] Upgrade to Maven Doxia (Sitetools) 1.9
     new 533841d  [MSITE-839] Upgrade to Maven Doxia (Sitetools) 1.9

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8bfe036)
            \
             N -- N -- N   refs/heads/MSITE-839 (533841d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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 | 5 +++++
 1 file changed, 5 insertions(+)


[maven-site-plugin] 01/01: [MSITE-839] Upgrade to Maven Doxia (Sitetools) 1.9

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MSITE-839
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 533841d57bcb7c0a0cebe30658485be9c0d63f34
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jun 9 22:52:50 2019 +0200

    [MSITE-839] Upgrade to Maven Doxia (Sitetools) 1.9
    
    This closes #6
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f59862f..4d9d6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,8 +198,8 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>8</javaVersion>
     <!-- for dependencies -->
-    <doxiaVersion>1.8</doxiaVersion>
-    <doxiaSitetoolsVersion>1.8.1</doxiaSitetoolsVersion>
+    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaSitetoolsVersion>1.9</doxiaSitetoolsVersion>
     <jettyVersion>9.4.12.v20180830</jettyVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>
@@ -342,6 +342,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-xhtml5</artifactId>
+      <version>${doxiaVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-apt</artifactId>
       <version>${doxiaVersion}</version>
       <scope>runtime</scope>