This is an automated email from the ASF dual-hosted git repository.
delei 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 99012a72 chore: update parent dependency version to 31 in pom.xml and
remove unused plugins (#758)
99012a72 is described below
commit 99012a72b4fe6970bf9f2bf3938b3d69cdf39b7d
Author: Shuxin Pan <[email protected]>
AuthorDate: Fri Dec 26 15:49:54 2025 +0800
chore: update parent dependency version to 31 in pom.xml and remove unused
plugins (#758)
---
pom.xml | 88 ++++++-----------------------------------------------------------
1 file changed, 7 insertions(+), 81 deletions(-)
diff --git a/pom.xml b/pom.xml
index 39453034..049965e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>31</version>
</parent>
@@ -61,7 +61,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven-compiler-plugin>3.14.1</maven-compiler-plugin>
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
- <gpg.skip>true</gpg.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.test.skip>true</maven.test.skip>
<commons-collections4.version>4.4</commons-collections4.version>
@@ -129,23 +128,12 @@
</license>
</licenses>
- <distributionManagement>
- <snapshotRepository>
- <id>ossrh</id>
- <url>https://central.sonatype.com/repository/maven-snapshots</url>
- </snapshotRepository>
- <repository>
- <id>oss</id>
-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
- </repository>
- </distributionManagement>
-
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${commons-collections4.version}</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>${commons-collections4.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -153,9 +141,9 @@
<version>${commons-csv.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${commons-lang3.version}</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@@ -203,7 +191,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>
- <!-- provided -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@@ -385,21 +372,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin}</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>3.2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.1</version>
- </plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
@@ -479,52 +451,6 @@
</annotationProcessorPaths>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <attach>true</attach>
- </configuration>
- <executions>
- <execution>
- <phase>compile</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- <!-- Configuration GPG plug-ins don't tip password -->
- <configuration>
- <gpgArguments>
- <argument>--pinentry-mode</argument>
- <argument>loopback</argument>
- </gpgArguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]