Author: ggregory Date: Tue Jan 16 23:07:31 2018 New Revision: 1821332 URL: http://svn.apache.org/viewvc?rev=1821332&view=rev Log: maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.)
Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1821332&r1=1821331&r2=1821332&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Tue Jan 16 23:07:31 2018 @@ -42,6 +42,7 @@ Version 44: - new profile module-name to add 'Automatic-Module-Name' entry to the manifest - felix:maven-bundle-plugin 3.4.0 -> 3.5.0. - build artifacts -test.jar, -sources.jar and -test-sources.jar always, not only at release time +- maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.) --> @@ -599,6 +600,7 @@ Version 39: <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> + <version>3.0.0-M1</version> <executions> <execution> <id>enforce-maven-3</id> @@ -608,8 +610,11 @@ Version 39: <configuration> <rules> <requireMavenVersion> - <version>3.0.0</version> + <version>3.0.5</version> </requireMavenVersion> + <requireJavaVersion> + <version>${maven.compiler.target}</version> + </requireJavaVersion> </rules> <fail>true</fail> </configuration>