You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gb...@apache.org on 2018/04/07 15:43:50 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-349 updated (e1ad093 -> 54ceaa6)

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

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


 discard e1ad093  [MCHECKSTYLE-349] Upgrade to parent pom 31
     new 54ceaa6  [MCHECKSTYLE-349] Upgrade to parent pom 31

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   (e1ad093)
            \
             N -- N -- N   refs/heads/MCHECKSTYLE-349 (54ceaa6)

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 | 1 +
 1 file changed, 1 insertion(+)

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

[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-349] Upgrade to parent pom 31

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

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

commit 54ceaa6afdbfbdb8d8e6bae2500bc30c68cf36ef
Author: Guillaume Boué <gb...@apache.org>
AuthorDate: Sat Apr 7 17:41:16 2018 +0200

    [MCHECKSTYLE-349] Upgrade to parent pom 31
    
    Requires upgrade to Surefire/Failsafe 2.21.0, waiting for MPOM-184.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eefd0e1..2cd7091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>30</version>
+    <version>31</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -71,6 +71,7 @@ under the License.
     <checkstyleVersion>6.18</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.4</sitePluginVersion>
+    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <contributors>

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