You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/01 20:31:20 UTC

[maven-doxia-sitetools] 01/01: [DOXIASITETOOLS-191] - Upgrade maven-parent 32 o Fixed checkstyle errors based on upgrade.

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

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

commit bc1b142a0d4ac7bba48b9a0e27577ccf5bcfd773
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 1 22:27:58 2018 +0200

    [DOXIASITETOOLS-191] - Upgrade maven-parent 32
     o Fixed checkstyle errors based on upgrade.
---
 .../inheritance/DefaultDecorationModelInheritanceAssembler.java         | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java b/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
index fd511ae..fb4195b 100644
--- a/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
+++ b/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
@@ -418,7 +418,7 @@ public class DefaultDecorationModelInheritanceAssembler
          * @param oldPath the old path.
          * @param newPath the new path.
          */
-        public URLRebaser( final String oldPath, final String newPath )
+        URLRebaser( final String oldPath, final String newPath )
         {
             this.oldPath = oldPath;
             this.newPath = newPath;
diff --git a/pom.xml b/pom.xml
index 74c61f6..242d79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>30</version>
+    <version>32</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>