HADOOP-19020. Update the year to 2024. (#6397). Contributed by Ayush Saxena.

Reviewed-by: Ashutosh Gupta <ashugpt@amazon.com>
Reviewed-by: Shilun Fan <slfan1989@apache.org>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f7c54b9..2a0d0c8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <!-- Set the Release year during release -->
-    <release-year>2023</release-year>
+    <release-year>2024</release-year>
 
     <failIfNoTests>false</failIfNoTests>
     <!--Whether to proceed to next module if any test failures exist-->