HBASE-18821 addendum use versionRange instead of version to fix m2e error
This commit is contained in:
parent
848e9d5abc
commit
e7e43255b0
2
pom.xml
2
pom.xml
|
@ -775,7 +775,7 @@
|
||||||
<pluginExecutionFilter>
|
<pluginExecutionFilter>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
<version>${enforcer.version}</version>
|
<versionRange>${enforcer.version}</versionRange>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>enforce</goal>
|
<goal>enforce</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Reference in New Issue