Skip to content

Commit

Permalink
[FLINK-7679][build] Upgrade maven enforcer plugin to 3.0.0-M1
Browse files Browse the repository at this point in the history
This closes apache#5001.
  • Loading branch information
yew1eb authored and zentol committed Nov 29, 2017
1 parent 820cea8 commit 44d973d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.0.0-M1</version>
</plugin>

<!-- Pin the version of the maven shade plugin -->
Expand Down
2 changes: 1 addition & 1 deletion tools/force-shading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down

0 comments on commit 44d973d

Please sign in to comment.