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/06/23 10:38:49 UTC

[maven-apache-parent] branch MPOM-186 updated (48f6035 -> 7393348)

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

khmarbaise pushed a change to branch MPOM-186
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


 discard 48f6035  [MPOM-186] - Upgrade several plugins to most recent versions for JDK9/10 Support  Plugin updates:   * maven-clean-plugin 3.1.0   * maven-compiler-plugin 3.7.0   * maven-dependency-plugin 3.1.1   * maven-invoker-plugin 3.1.0   * maven-javadoc-plugin 3.0.1   * maven-resources-plugin 3.1.0   * maven-scm-publish-plugin 3.0.0   * maven-war-plugin 3.2.2   * maven-shade-plugin 3.1.1   * maven-surefire/failsafe 2.22.0  Lift source/target   * from 6 to 7
     new 7393348  [MPOM-186] - Upgrade several plugins to most recent versions for JDK9/10 Support  Plugin updates:   * maven-clean-plugin 3.1.0   * maven-compiler-plugin 3.7.0   * maven-dependency-plugin 3.1.1   * maven-invoker-plugin 3.1.0   * maven-javadoc-plugin 3.0.1   * maven-resources-plugin 3.1.0   * maven-scm-publish-plugin 3.0.0   * maven-war-plugin 3.2.2   * maven-shade-plugin 3.1.1   * maven-surefire/failsafe 2.22.0   * maven-plugin-plugin 3.5.2  Lift source/target   * from 6 to 7

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   (48f6035)
            \
             N -- N -- N   refs/heads/MPOM-186 (7393348)

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


[maven-apache-parent] 01/01: [MPOM-186] - Upgrade several plugins to most recent versions for JDK9/10 Support Plugin updates: * maven-clean-plugin 3.1.0 * maven-compiler-plugin 3.7.0 * maven-dependency-plugin 3.1.1 * maven-invoker-plugin 3.1.0 * maven-javadoc-plugin 3.0.1 * maven-resources-plugin 3.1.0 * maven-scm-publish-plugin 3.0.0 * maven-war-plugin 3.2.2 * maven-shade-plugin 3.1.1 * maven-surefire/failsafe 2.22.0 * maven-plugin-plugin 3.5.2 Lift source/target * from 6 to 7

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

khmarbaise pushed a commit to branch MPOM-186
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 73933481a17ff1f7bfd81e5c1704b5b3cf4914ef
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Jun 19 19:43:16 2018 +0200

    [MPOM-186] - Upgrade several plugins to most recent versions for JDK9/10 Support
     Plugin updates:
      * maven-clean-plugin 3.1.0
      * maven-compiler-plugin 3.7.0
      * maven-dependency-plugin 3.1.1
      * maven-invoker-plugin 3.1.0
      * maven-javadoc-plugin 3.0.1
      * maven-resources-plugin 3.1.0
      * maven-scm-publish-plugin 3.0.0
      * maven-war-plugin 3.2.2
      * maven-shade-plugin 3.1.1
      * maven-surefire/failsafe 2.22.0
      * maven-plugin-plugin 3.5.2
     Lift source/target
      * from 6 to 7
---
 pom.xml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8ab0fc..8e51d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,9 +88,9 @@ under the License.
     <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
     <gpg.useagent>true</gpg.useagent>
     <arguments />
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
-    <surefire.version>2.21.0</surefire.version>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
+    <surefire.version>2.22.0</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
   </properties>
 
@@ -122,17 +122,17 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.7.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.10</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -172,12 +172,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.1.0</version>
           <configuration>
             <archive>
               <manifest>
@@ -190,12 +190,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.4</version>
+          <version>3.0.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.5</version>
+          <version>3.5.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -223,7 +223,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -233,7 +233,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.1</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -258,12 +258,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.2.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>