Index: hbase-common/pom.xml =================================================================== --- hbase-common/pom.xml (revision 1463764) +++ hbase-common/pom.xml (working copy) @@ -38,7 +38,6 @@ hbase-default.xml - true @@ -60,6 +59,23 @@ maven-antrun-plugin + + process-resources + + + + + + + + + + + + run + + generate Index: hbase-common/src/main/resources/hbase-default.xml =================================================================== --- hbase-common/src/main/resources/hbase-default.xml (revision 1463764) +++ hbase-common/src/main/resources/hbase-default.xml (working copy) @@ -795,7 +795,7 @@ hbase.defaults.for.version - ${pom.version} + @@@VERSION@@@ This defaults file was compiled for version ${pom.version}. This variable is used to make sure that a user doesn't have an old version of hbase-default.xml on the