NIFI-2901: Comment out hadoop.version overrides for vendor profiles

This closes #1139
This commit is contained in:
Matt Burgess 2016-10-14 12:05:52 -04:00 committed by Oleg Zhurakousky
parent b52b839895
commit d63e675a7d
1 changed files with 6 additions and 3 deletions

View File

@ -1869,8 +1869,9 @@ language governing permissions and limitations under the License. -->
</repositories> </repositories>
<properties> <properties>
<!-- Vendor-specific version number included here as default, should be overridden on the <!-- Vendor-specific version number included here as default, should be overridden on the
command-line --> command-line
<hadoop.version>2.7.1.2.4.0.0-169</hadoop.version> <hadoop.version>2.7.1.2.4.0.0-169</hadoop.version>
-->
</properties> </properties>
</profile> </profile>
<profile> <profile>
@ -1892,8 +1893,9 @@ language governing permissions and limitations under the License. -->
</repositories> </repositories>
<properties> <properties>
<!-- Vendor-specific version number included here as default, should be overridden on the <!-- Vendor-specific version number included here as default, should be overridden on the
command-line --> command-line
<hadoop.version>2.7.0-mapr-1602</hadoop.version> <hadoop.version>2.7.0-mapr-1602</hadoop.version>
-->
</properties> </properties>
</profile> </profile>
<profile> <profile>
@ -1915,8 +1917,9 @@ language governing permissions and limitations under the License. -->
</repositories> </repositories>
<properties> <properties>
<!-- Vendor-specific version number included here as default, should be overridden on the <!-- Vendor-specific version number included here as default, should be overridden on the
command-line --> command-line
<hadoop.version>2.6.0-cdh5.8.1</hadoop.version> <hadoop.version>2.6.0-cdh5.8.1</hadoop.version>
-->
</properties> </properties>
</profile> </profile>
</profiles> </profiles>