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/02/10 15:33:51 UTC

[maven-enforcer] branch MENFORCER-297 created (now 05b35e8)

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

khmarbaise pushed a change to branch MENFORCER-297
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.


      at 05b35e8  [MENFORCER-297] - Upgrade parent to 31  o Removed property based version definition for maven-plugin-plugin  o Upgraded extra-enforcer-rules to 1.0-beta-7

This branch includes the following new commits:

     new 05b35e8  [MENFORCER-297] - Upgrade parent to 31  o Removed property based version definition for maven-plugin-plugin  o Upgraded extra-enforcer-rules to 1.0-beta-7

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-enforcer] 01/01: [MENFORCER-297] - Upgrade parent to 31 o Removed property based version definition for maven-plugin-plugin o Upgraded extra-enforcer-rules to 1.0-beta-7

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

khmarbaise pushed a commit to branch MENFORCER-297
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 05b35e8ac7f752fa765cfaa56982fdc0f29a98bf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Feb 10 16:32:45 2018 +0100

    [MENFORCER-297] - Upgrade parent to 31
     o Removed property based version definition for maven-plugin-plugin
     o Upgraded extra-enforcer-rules to 1.0-beta-7
---
 maven-enforcer-plugin/pom.xml |  2 --
 pom.xml                       | 12 +++---------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index 6ab0e1a..42581d0 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -141,7 +141,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
       </plugin>
     </plugins>
   </reporting>
@@ -153,7 +152,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>2.0.0</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it/projects</projectsDirectory>
diff --git a/pom.xml b/pom.xml
index e638012..1ab36dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>30</version>
+    <version>31</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
@@ -64,7 +64,6 @@
   </distributionManagement>
   <properties>
     <maven.version>3.0</maven.version>
-    <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
   </properties>
 
@@ -170,11 +169,6 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-          <version>${mavenPluginPluginVersion}</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/enforcer/tags</tagBase>
@@ -191,14 +185,14 @@
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin> <!-- TODO overriding 1.0-beta-3 from maven-parent-30.pom which fails with https://github.com/mojohaus/extra-enforcer-rules/issues/13 -->
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-6</version>
+            <version>1.0-beta-7</version>
           </dependency>
         </dependencies>
       </plugin>

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