From 13569bd22afdb2f0d816759e8db87f1f00af6d2e Mon Sep 17 00:00:00 2001 From: scorebot <50666204+scorebot@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:40:24 -0700 Subject: [PATCH] Add release status --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c854cb..49adf56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # PMML4S +[![Build Status](https://github.com/autodeployai/pmml4s/workflows/Release/badge.svg)](https://github.com/autodeployai/pmml4s/actions) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pmml4s/pmml4s_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.pmml4s/pmml4s_2.12) _PMML4S_ is a PMML (Predictive Model Markup Language) scoring library for Scala. It provides both Scala and Java Evaluator API for PMML. @@ -63,9 +65,6 @@ Not yet supported transformations: * Lag ## Installation -[_PMML4S_](https://mvnrepository.com/artifact/org.pmml4s/pmml4s) is available from the maven central. - -Latest release: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pmml4s/pmml4s_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.pmml4s/pmml4s_2.12) ##### SBT users ```scala