You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2017/07/26 20:38:57 UTC

svn commit: r1803108 - /maven/enforcer/trunk/pom.xml

Author: rfscholte
Date: Wed Jul 26 20:38:57 2017
New Revision: 1803108

URL: http://svn.apache.org/viewvc?rev=1803108&view=rev
Log:
set autoVersionSubmodules to true
explicit groupIds

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1803108&r1=1803107&r2=1803108&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Wed Jul 26 20:38:57 2017
@@ -168,13 +168,16 @@
     <pluginManagement>
       <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>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
         <plugin>