HBASE-18821 addendum use versionRange instead of version to fix m2e error

This commit is contained in:
zhangduo 2017-09-15 16:53:43 +08:00
parent 5c07dba43a
commit f7a986cb67
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${enforcer.version}</version>
<versionRange>${enforcer.version}</versionRange>
<goals>
<goal>enforce</goal>
</goals>