mirror of https://github.com/apache/nifi.git
NIFI-2901: Comment out hadoop.version overrides for vendor profiles
This closes #1139
This commit is contained in:
parent
b52b839895
commit
d63e675a7d
9
pom.xml
9
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue