Go back to using 3.0.0-M1 of the maven-enforcer-plugin

Once https://issues.apache.org/jira/browse/MENFORCER-306 is fixed we can upgrade the plugin again
This commit is contained in:
Filip Hrisafov 2019-01-20 15:28:55 +01:00
parent 0e33ad4bbc
commit b46682f95b

View File

@ -22,7 +22,8 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<com.jolira.hickory.version>1.0.0</com.jolira.hickory.version> <com.jolira.hickory.version>1.0.0</com.jolira.hickory.version>
<org.apache.maven.plugins.enforcer.version>3.0.0-M2</org.apache.maven.plugins.enforcer.version> <!-- We can't go to 3.0.0-M2 as it has a regression. See https://issues.apache.org/jira/browse/MENFORCER-306 -->
<org.apache.maven.plugins.enforcer.version>3.0.0-M1</org.apache.maven.plugins.enforcer.version>
<org.apache.maven.plugins.surefire.version>2.22.1</org.apache.maven.plugins.surefire.version> <org.apache.maven.plugins.surefire.version>2.22.1</org.apache.maven.plugins.surefire.version>
<org.apache.maven.plugins.javadoc.version>3.0.1</org.apache.maven.plugins.javadoc.version> <org.apache.maven.plugins.javadoc.version>3.0.1</org.apache.maven.plugins.javadoc.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version> <org.springframework.version>4.0.3.RELEASE</org.springframework.version>