From f21c3aa722fbf4c1aa1c8c91553ee828df9e4214 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Thu, 2 Jan 2025 22:50:26 +0200 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a097b8..988277b 100644 --- a/README.md +++ b/README.md @@ -149,13 +149,13 @@ Java library and command-line application for converting Apache Spark ML pipelin JPMML-SparkML library JAR file (together with accompanying Java source and Javadocs JAR files) is released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/). -The current version is **2.5.1** (20 June, 2024). +The current version is **2.5.2** (2 January, 2025). ```xml org.jpmml pmml-sparkml - 2.5.1 + 2.5.2 ```