From ec37aeb1c90deb78b8bc5147d2d19b28319efb1c Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Wed, 27 Dec 2023 23:16:27 +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 8a625617..a1fc2900 100644 --- a/README.md +++ b/README.md @@ -143,13 +143,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.2.2** (27 April, 2023). +The current version is **2.2.3** (27 December, 2023). ```xml org.jpmml pmml-sparkml - 2.2.2 + 2.2.3 ```