You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2017/09/15 09:04:44 UTC

hbase git commit: HBASE-18821 addendum use versionRange instead of version to fix m2e error

Repository: hbase
Updated Branches:
  refs/heads/master 5c07dba43 -> f7a986cb6


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f7a986cb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f7a986cb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f7a986cb

Branch: refs/heads/master
Commit: f7a986cb67b55e36b58bf4b4934a2f32f29f538a
Parents: 5c07dba
Author: zhangduo <zh...@apache.org>
Authored: Fri Sep 15 16:53:43 2017 +0800
Committer: zhangduo <zh...@apache.org>
Committed: Fri Sep 15 16:54:16 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f7a986cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 019501c..af98b51 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>