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/01/23 22:07:45 UTC

[maven-jlink-plugin] branch MJLINK-10 created (now de540b9)

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

khmarbaise pushed a change to branch MJLINK-10
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


      at de540b9  [MJLINK-10] Upgrade maven-plugin-plugin to 3.5.1

This branch includes the following new commits:

     new de540b9  [MJLINK-10] Upgrade maven-plugin-plugin to 3.5.1

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.


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

[maven-jlink-plugin] 01/01: [MJLINK-10] Upgrade maven-plugin-plugin to 3.5.1

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

khmarbaise pushed a commit to branch MJLINK-10
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit de540b99609fde2ac85962e046c1915cd6414c50
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Jan 23 23:07:11 2018 +0100

    [MJLINK-10] Upgrade maven-plugin-plugin to 3.5.1
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01607fa..3ff9ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,13 +68,14 @@
     <mavenVersion>3.0</mavenVersion>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.plugin.tools.version>3.5.1</maven.plugin.tools.version>
   </properties>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.5</version>
+      <version>${maven.plugin.tools.version}</version>
       <scope>provided</scope>
     </dependency>
     <!-- Maven -->
@@ -155,7 +156,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.5</version>
+          <version>${maven.plugin.tools.version}</version>
         </plugin>
 
         <plugin>
@@ -193,7 +194,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.5</version>
+        <version>${maven.plugin.tools.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

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