Repository: nifi
Updated Branches:
  refs/heads/master b52b83989 -> d63e675a7


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

This closes #1139


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

Branch: refs/heads/master
Commit: d63e675a7d2905ae8408adc8114c01c2ea4604c8
Parents: b52b839
Author: Matt Burgess <mattyb...@apache.org>
Authored: Fri Oct 14 12:05:52 2016 -0400
Committer: Oleg Zhurakousky <o...@suitcase.io>
Committed: Fri Oct 14 12:40:31 2016 -0400

----------------------------------------------------------------------
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d63e675a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 497823b..735a9ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1869,8 +1869,9 @@ language governing permissions and limitations under the 
License. -->
             </repositories>
             <properties>
                 <!-- 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>
+                -->
             </properties>
         </profile>
         <profile>
@@ -1892,8 +1893,9 @@ language governing permissions and limitations under the 
License. -->
             </repositories>
             <properties>
                 <!-- 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>
+                -->
             </properties>
         </profile>
         <profile>
@@ -1915,8 +1917,9 @@ language governing permissions and limitations under the 
License. -->
             </repositories>
             <properties>
                 <!-- 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>
+                -->
             </properties>
         </profile>
     </profiles>

Reply via email to