This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch 7.0.X in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit babbe129bd1a994709cbbfe702596117b88d4919 Author: Lee Rhodes <[email protected]> AuthorDate: Wed Dec 18 15:54:59 2024 -0800 Release Process: update pom to 7.0.0 update the version for the maven-javadoc-plugin and the versions-maven-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4c5532e5..0ab6e9fc 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ under the License. <groupId>org.apache.datasketches</groupId> <artifactId>datasketches-java</artifactId> - <version>7.0.0-SNAPSHOT</version> + <version>7.0.0</version> <packaging>jar</packaging> <name>${project.artifactId}</name> @@ -128,7 +128,7 @@ under the License. <!-- org.jacoco.maven plugins --> <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> <!-- org.mojohaus plugins --> - <versions-maven-plugin.version>2.17.1</versions-maven-plugin.version> + <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> <!-- other --> <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
