This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new bdbcbec RATIS-2354. Bump Apache parent POM to 35 (#73)
bdbcbec is described below
commit bdbcbec44d32fe993a520d16ed0f2143923e2ba6
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 13 19:27:05 2025 +0100
RATIS-2354. Bump Apache parent POM to 35 (#73)
---
misc/pom.xml | 1 -
pom.xml | 34 ++--------------------------------
2 files changed, 2 insertions(+), 33 deletions(-)
diff --git a/misc/pom.xml b/misc/pom.xml
index 1d33443..0dc4c69 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -252,7 +252,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>unpack-dependencies</id>
diff --git a/pom.xml b/pom.xml
index 7a32ce3..5468eea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>35</version>
<relativePath /> <!-- resolve from repository -->
</parent>
<artifactId>ratis-thirdparty</artifactId>
@@ -56,11 +56,7 @@
<cyclonedx.version>2.8.0</cyclonedx.version>
<exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
<maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
- <maven-checkstyle-plugin.version>2.15</maven-checkstyle-plugin.version>
- <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
- <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
- <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version>
<os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
@@ -181,7 +177,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>${maven-javadoc-plugin.version}</version>
<configuration>
<additionalJOptions>
<additionalJOption>-Xmaxwarns</additionalJOption>
@@ -222,26 +217,6 @@
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>${maven-shade-plugin.version}</version>
- </plugin>
- <!-- Make a jar and put the sources in the jar.
- In the parent pom, so submodules will do the right thing. -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
@@ -334,11 +309,6 @@
<inherited>true</inherited>
<extensions>true</extensions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>${maven-checkstyle-plugin.version}</version>
- </plugin>
</plugins>
</build>
<profiles>
@@ -352,7 +322,7 @@
<executions>
<execution>
<!-- builds source jars and attaches them to the project for
publishing -->
- <id>ratis-java-sources</id>
+ <id>attach-sources</id> <!-- override execution from
maven-apache-parent POM -->
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>