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/28 18:13:13 UTC

[maven-apache-parent] branch MPOM-186 updated (9f11952 -> 81c40fc)

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 9f11952  [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   * maven-project-info-reports- [...]
     add 0aae2cc  some plugins require Maven 3.0.5: let's reflect that
     add b4c6ec4  [MPOM-191] - Add maven-ear-plugin version
     add 4146195  [MPOM-192] - Add maven-help-plugin
     new 81c40fc  [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   * maven-project-info-reports- [...]

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   (9f11952)
            \
             N -- N -- N   refs/heads/MPOM-186 (81c40fc)

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 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 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 * maven-project-info-reports-plugin 3.0.0 Lift [...]

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 81c40fc1ab782ff859353f174fcc43fbb93d7224
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
      * maven-project-info-reports-plugin 3.0.0
     Lift source/target
      * from 6 to 7
---
 pom.xml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4fa0790..1445d6c 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>
@@ -182,12 +182,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>
@@ -200,17 +200,17 @@ 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>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.9</version>
+          <version>3.0.0</version>
         </plugin>
         <!-- START SNIPPET: release-plugin-configuration -->
         <plugin>
@@ -233,7 +233,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>
@@ -243,7 +243,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>
@@ -268,12 +268,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>