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 2019/03/23 12:31:34 UTC

[maven-ear-plugin] branch MEAR-277 created (now 052b799)

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

khmarbaise pushed a change to branch MEAR-277
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


      at 052b799  [MEAR-277] - Upgrade maven-invoker-plugin to 3.2.0

This branch includes the following new commits:

     new 052b799  [MEAR-277] - Upgrade maven-invoker-plugin to 3.2.0

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.



[maven-ear-plugin] 01/01: [MEAR-277] - Upgrade maven-invoker-plugin to 3.2.0

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

khmarbaise pushed a commit to branch MEAR-277
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 052b7999902bf13c51bbd987597e0d7a44bc4a42
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 23 13:30:58 2019 +0100

    [MEAR-277] - Upgrade maven-invoker-plugin to 3.2.0
---
 Jenkinsfile | 3 +--
 pom.xml     | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4e3eef0..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,5 +17,4 @@
  * under the License.
  */
 
-// asfMavenTlpStdBuild( 'jdks' : [ "11" ] )
-asfMavenTlpStdBuild( )
+asfMavenTlpPlgnBuild()
diff --git a/pom.xml b/pom.xml
index e0bc29c..8e6eebc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,6 +255,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.2.0</version>
             <configuration>
               <streamLogs>true</streamLogs>
               <!-- NOTE: Must be synced with the repo path used by AbstractEarPluginIT -->