Browse Source

HADOOP-15177. Update the release year to 2018. Contributed by Bharat Viswanadham.

(cherry picked from commit cdaf92c9f57560219b8f915a19ad8603ddf2a505)
(cherry picked from commit b0c9b89281c9264c70ae79b1e4830e0fa2411b4f)
Akira Ajisaka 7 years ago
parent
commit
17a673e740
2 changed files with 4 additions and 1 deletions
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      hadoop-project/pom.xml

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -12,6 +12,9 @@ Release 2.7.6 - UNRELEASED
     Random and 256 bit secrets (Conttributed by Robert Kanter via
     Random and 256 bit secrets (Conttributed by Robert Kanter via
     Daniel Templeton)
     Daniel Templeton)
 
 
+    HADOOP-15177. Update the release year to 2018.
+    (Bharat Viswanadham via aajisaka)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
   BUG FIXES
   BUG FIXES

+ 1 - 1
hadoop-project/pom.xml

@@ -31,7 +31,7 @@
 
 
   <properties>
   <properties>
     <!-- Set the Release year during release -->
     <!-- Set the Release year during release -->
-    <release-year>2017</release-year>
+    <release-year>2018</release-year>
 
 
     <failIfNoTests>false</failIfNoTests>
     <failIfNoTests>false</failIfNoTests>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>