This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new a88534a7 chore: update the version number to 2.1.0-SNAPSHOT (#875)
a88534a7 is described below
commit a88534a73fb2dd75c01668145763c9b75870b5ce
Author: DeleiGuo <[email protected]>
AuthorDate: Thu Mar 5 16:10:58 2026 +0800
chore: update the version number to 2.1.0-SNAPSHOT (#875)
---
fesod-bom/pom.xml | 24 ++++++++++++++++++++++--
fesod-common/pom.xml | 2 +-
fesod-examples/fesod-sheet-examples/pom.xml | 2 +-
fesod-examples/pom.xml | 2 +-
fesod-shaded/pom.xml | 2 +-
fesod-sheet/pom.xml | 2 +-
pom.xml | 19 +++++++++++++++++--
7 files changed, 44 insertions(+), 9 deletions(-)
diff --git a/fesod-bom/pom.xml b/fesod-bom/pom.xml
index 2b77febb..87190f32 100644
--- a/fesod-bom/pom.xml
+++ b/fesod-bom/pom.xml
@@ -19,13 +19,14 @@
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-bom</artifactId>
@@ -46,4 +47,23 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>flatten-maven-plugin</artifactId>
+ <configuration>
+ <flattenMode>bom</flattenMode>
+ <pomElements>
+ <parent>remove</parent>
+ <repositories>remove</repositories>
+ <dependencies>remove</dependencies>
+ <properties>remove</properties>
+
<dependencyManagement>interpolate</dependencyManagement>
+ </pomElements>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/fesod-common/pom.xml b/fesod-common/pom.xml
index b3452ada..b92bec7c 100644
--- a/fesod-common/pom.xml
+++ b/fesod-common/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-common</artifactId>
diff --git a/fesod-examples/fesod-sheet-examples/pom.xml
b/fesod-examples/fesod-sheet-examples/pom.xml
index e3daba4c..24c6b151 100644
--- a/fesod-examples/fesod-sheet-examples/pom.xml
+++ b/fesod-examples/fesod-sheet-examples/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-examples</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-sheet-examples</artifactId>
diff --git a/fesod-examples/pom.xml b/fesod-examples/pom.xml
index d6224533..22aea12b 100644
--- a/fesod-examples/pom.xml
+++ b/fesod-examples/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-examples</artifactId>
diff --git a/fesod-shaded/pom.xml b/fesod-shaded/pom.xml
index ff55c533..ef11905d 100644
--- a/fesod-shaded/pom.xml
+++ b/fesod-shaded/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-shaded</artifactId>
diff --git a/fesod-sheet/pom.xml b/fesod-sheet/pom.xml
index 22fa65d7..5c26670e 100644
--- a/fesod-sheet/pom.xml
+++ b/fesod-sheet/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
</parent>
<artifactId>fesod-sheet</artifactId>
diff --git a/pom.xml b/pom.xml
index ab951ffd..bb53a106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>2.1.0-incubating</version>
+ <version>${revision}</version>
<packaging>pom</packaging>
<name>fesod-parent</name>
@@ -81,7 +81,7 @@
</modules>
<properties>
- <revision>2.0.1-incubating</revision>
+ <revision>2.1.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.target>1.8</maven.compiler.target>
@@ -403,6 +403,11 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.21.0</version>
+ </plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
@@ -479,6 +484,8 @@
<pomElements>
<url>remove</url>
<scm>remove</scm>
+ <distributionManagement>remove</distributionManagement>
+ <repositories>remove</repositories>
</pomElements>
</configuration>
<executions>
@@ -506,6 +513,14 @@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <configuration>
+ <generateBackupPoms>false</generateBackupPoms>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]