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

khmarbaise pushed a commit to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit aae29f391451ef87b2d61905d0a104af328786ad
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sat Apr 7 16:44:32 2018 +0200

    [ARCHETYPE-545] - Upgrade parent to 31
     o Fixed checkstyle issues related to the upgrade
---
 .../src/main/java/org/apache/maven/archetype/mojos/FileLogger.java    | 4 ++--
 pom.xml                                                               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
 
b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
index 7165269..c059410 100644
--- 
a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
+++ 
b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
@@ -41,7 +41,7 @@ class FileLogger
      * @param outputFile The path to the output file, must not be 
<code>null</code>.
      * @throws java.io.IOException If the output file could not be created.
      */
-    public FileLogger( File outputFile )
+    FileLogger( File outputFile )
         throws IOException
     {
         super( outputFile, null );
@@ -54,7 +54,7 @@ class FileLogger
      * @param log The mojo logger to additionally output messages to, may be 
<code>null</code> if not used.
      * @throws java.io.IOException If the output file could not be created.
      */
-    public FileLogger( File outputFile, Log log )
+    FileLogger( File outputFile, Log log )
         throws IOException
     {
         super( outputFile, log );
diff --git a/pom.xml b/pom.xml
index 418d85d..b793890 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>30</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to