This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch 4.1.0_Release_Process in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
commit 1ef7ae573ad721f0b183f61ad91327a513bbdc6d Author: Lee Rhodes <[email protected]> AuthorDate: Fri Nov 8 10:01:35 2024 -0800 change version to 4.1.0 for Release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00b5396..5ea6e1e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ under the License. <groupId>org.apache.datasketches</groupId> <artifactId>datasketches-memory</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <packaging>jar</packaging> <name>${project.artifactId}</name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
