Skip to content

Commit b46682f

Browse files
committed
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
1 parent 0e33ad4 commit b46682f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<properties>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<com.jolira.hickory.version>1.0.0</com.jolira.hickory.version>
25-
<org.apache.maven.plugins.enforcer.version>3.0.0-M2</org.apache.maven.plugins.enforcer.version>
25+
<!-- We can't go to 3.0.0-M2 as it has a regression. See https://issues.apache.org/jira/browse/MENFORCER-306 -->
26+
<org.apache.maven.plugins.enforcer.version>3.0.0-M1</org.apache.maven.plugins.enforcer.version>
2627
<org.apache.maven.plugins.surefire.version>2.22.1</org.apache.maven.plugins.surefire.version>
2728
<org.apache.maven.plugins.javadoc.version>3.0.1</org.apache.maven.plugins.javadoc.version>
2829
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>

0 commit comments

Comments
 (0)