You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 23:08:49 UTC

[maven-checkstyle-plugin] branch master updated (102e135 -> 29ab795)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


    from 102e135  Add Github Actions tests for Java 8, 11, 16-ea and 17-ea
     new 358c969  Bump animal-sniffer-maven-plugin from 1.18 to 1.19
     new 7b92b74  Update maven-project-info-reports-plugin to 3.1.1
     new 29ab795  [MCHECKSTYLE-392] Update historical release notes

The 3 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                         |  7 ++++++-
 src/site/markdown/history.md.vm | 26 +++++++++++++++++---------
 2 files changed, 23 insertions(+), 10 deletions(-)


[maven-checkstyle-plugin] 03/03: [MCHECKSTYLE-392] Update historical release notes

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 29ab795849f87de7687546ad1fe55a8c5aed9f0e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 21 00:07:56 2020 +0100

    [MCHECKSTYLE-392] Update historical release notes
---
 src/site/markdown/history.md.vm | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/src/site/markdown/history.md.vm b/src/site/markdown/history.md.vm
index 5492669..e5bd8db 100644
--- a/src/site/markdown/history.md.vm
+++ b/src/site/markdown/history.md.vm
@@ -22,29 +22,37 @@
 ## Maven Checkstyle Plugin Releases History
 
 #macro ( release $version )
-<a href="http://checkstyle.sourceforge.net/releasenotes.html#Release_$version">$version</a>
+<a href="https://checkstyle.org/releasenotes.html#Release_$version">$version</a>
+#end
+#macro ( releaseOld $version )
+<a href="https://checkstyle.org/releasenotes_old.html#Release_$version">$version</a>
 #end
 
 <table>
 <tr><th>release date</th><th>maven-checkstyle-plugin version</th><th>minimum Java version</th>
-    <th>default <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> version</th></tr>
+    <th>default <a href="https://checkstyle.org/">Checkstyle</a> version</th></tr>
 <tr><td>$dateFormat.format( $currentDate )</td><td>${project.version}</td><td>${javaVersion}</td><td>#release( ${checkstyleVersion} )</td></tr>
+<tr><td>2020-02-08</td><td>3.1.1 </td><td rowspan="2"> 8</td><td>#release( "8.29" )</td></tr>
+<tr><td>2019-05-20</td><td>3.1.0 </td>                       <td>#release( "8.19" )</td></tr>
+<tr><td>2018-01-04</td><td>3.0.0 </td><td rowspan="3"> 7</td><td>#release( "8.18" )</td></tr>
+<tr><td>2015-10-15</td><td>2.17  </td>                       <td>#release( "6.11.2" )</td></tr>
+<tr><td>2015-07-13</td><td>2.16  </td>                       <td>#release( "6.2" )</td></tr>
 <tr><td>2015-03-20</td><td>2.15  </td><td>             6</td><td>#release( "6.1.1" )</td></tr>
 <tr><td>2015-02-05</td><td>2.14  </td><td rowspan="13">5</td><td>#release( "5.8" )  </td></tr>
-<tr><td>2014-09-18</td><td>2.13  </td>                       <td rowspan="3">#release( "5.7" )  </td></tr>
+<tr><td>2014-09-18</td><td>2.13  </td>                       <td rowspan="3">#releaseOld( "5.7" )  </td></tr>
 <tr><td>2014-04-19</td><td>2.12.1</td></tr>
 <tr><td>2014-03-12</td><td>2.12  </td></tr>
-<tr><td>2013-11-15</td><td>2.11  </td>                       <td rowspan="2">#release( "5.6" )  </td></tr>
+<tr><td>2013-11-15</td><td>2.11  </td>                       <td rowspan="2">#releaseOld( "5.6" )  </td></tr>
 <tr><td>2013-02-22</td><td>2.10  </td></tr>
-<tr><td>2012-02-25</td><td>2.9.1 </td>                       <td rowspan="2">#release( "5.5" )  </td></tr>
+<tr><td>2012-02-25</td><td>2.9.1 </td>                       <td rowspan="2">#releaseOld( "5.5" )  </td></tr>
 <tr><td>2012-02-12</td><td>2.9   </td></tr>
-<tr><td>2011-11-01</td><td>2.8   </td>                       <td rowspan="2">#release( "5.4" )  </td></tr>
+<tr><td>2011-11-01</td><td>2.8   </td>                       <td rowspan="2">#releaseOld( "5.4" )  </td></tr>
 <tr><td>2011-08-11</td><td>2.7   </td></tr>
-<tr><td>2010-09-25</td><td>2.6   </td>                       <td rowspan="3">#release( "5.0" )  </td></tr>
+<tr><td>2010-09-25</td><td>2.6   </td>                       <td rowspan="3">#releaseOld( "5.0" )  </td></tr>
 <tr><td>2010-02-12</td><td>2.5   </td></tr>
 <tr><td>2009-11-18</td><td>2.4   </td></tr>
-<tr><td>2009-07-14</td><td>2.3   </td><td rowspan="4">1.4</td><td rowspan="2">#release( "4.4" )  </td></tr>
+<tr><td>2009-07-14</td><td>2.3   </td><td rowspan="4">1.4</td><td rowspan="2">#releaseOld( "4.4" )  </td></tr>
 <tr><td>2008-06-04</td><td>2.2   </td></tr>
-<tr><td>2006-05-14</td><td>2.1   </td>                        <td rowspan="2">#release( "4.1" )  </td></tr>
+<tr><td>2006-05-14</td><td>2.1   </td>                        <td rowspan="2">#releaseOld( "4.1" )  </td></tr>
 <tr><td>2006-01-28</td><td>2.0   </td></tr>
 </table>


[maven-checkstyle-plugin] 01/03: Bump animal-sniffer-maven-plugin from 1.18 to 1.19

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 358c96994462813b697397044277fc9df6eedfe0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 22:02:39 2020 +0100

    Bump animal-sniffer-maven-plugin from 1.18 to 1.19
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69412bd..4a2d213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.18</version>
+        <version>1.19</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>


[maven-checkstyle-plugin] 02/03: Update maven-project-info-reports-plugin to 3.1.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 7b92b747071f3c44135f29c7e145aeb5b387c97c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 21 00:02:18 2020 +0100

    Update maven-project-info-reports-plugin to 3.1.1
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4a2d213..3fdedd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,11 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>