This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch release-2.0.1-incubating
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/release-2.0.1-incubating by
this push:
new 74036a64 chore: update copyright year and increment version to
2.0.1-incubating in pom.xml (#830)
74036a64 is described below
commit 74036a64a594055306bebd05f30db0ac23076704
Author: Shuxin Pan <[email protected]>
AuthorDate: Mon Jan 26 14:40:26 2026 +0800
chore: update copyright year and increment version to 2.0.1-incubating in
pom.xml (#830)
---
NOTICE | 2 +-
pom.xml | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NOTICE b/NOTICE
index 7a8ab302..7510b08b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Fesod (Incubating)
-Copyright 2025 The Apache Software Foundation
+Copyright 2025-2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 0f72b13b..866cbdb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
</modules>
<properties>
- <revision>2.0.0-incubating</revision>
+ <revision>2.0.1-incubating</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.target>1.8</maven.compiler.target>
@@ -460,6 +460,10 @@
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>oss</flattenMode>
+ <pomElements>
+ <url>remove</url>
+ <scm>remove</scm>
+ </pomElements>
</configuration>
<executions>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]