This is an automated email from the ASF dual-hosted git repository.

XiaoHongbo-Hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new 2013940  release: fix Java NOTICE year (#49)
2013940 is described below

commit 20139401cd3aba43d90f865a112950cabf2a7368
Author: QuakeWang <[email protected]>
AuthorDate: Tue Jun 2 15:12:26 2026 +0800

    release: fix Java NOTICE year (#49)
---
 NOTICE       | 2 +-
 java/pom.xml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 5b30bb0..d686680 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Paimon Mosaic
-Copyright 2024-2026 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/java/pom.xml b/java/pom.xml
index b14b058..c749ea5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -36,7 +36,7 @@
     <name>Mosaic</name>
     <description>Mosaic file format for Java (backed by Rust via 
JNI)</description>
     <url>https://paimon.apache.org</url>
-    <inceptionYear>2025</inceptionYear>
+    <inceptionYear>2026</inceptionYear>
 
     <licenses>
         <license>
@@ -64,6 +64,8 @@
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <!-- Used by maven-remote-resources-plugin when generating 
META-INF/NOTICE. -->
+        
<project.build.outputTimestamp>2026-01-01T00:00:00Z</project.build.outputTimestamp>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <arrow.version>15.0.0</arrow.version>
     </properties>

Reply via email to