From 635e21135701468f43272f0945c2387522354f2d Mon Sep 17 00:00:00 2001 From: Peter Banda Date: Fri, 21 Jun 2019 10:22:58 +0200 Subject: [PATCH] Release v0.7.3 - final --- README.md | 8 ++++---- build.sbt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index db73ecc..743dae0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ada Server [![version](https://img.shields.io/badge/version-0.7.3.RC.9-green.svg)](https://ada-discovery.org) [![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0) +# Ada Server [![version](https://img.shields.io/badge/version-0.7.3-green.svg)](https://ada-discovery.org) [![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0) This is a server part of Ada Discovery Analytics. @@ -7,7 +7,7 @@ This is a server part of Ada Discovery Analytics. All you need is **Scala 2.11**. To pull the library you have to add the following dependency to *build.sbt* ``` -"org.adada" %% "ada-server" % "0.7.3.RC.9" +"org.adada" %% "ada-server" % "0.7.3" ``` or to *pom.xml* (if you use maven) @@ -16,6 +16,6 @@ or to *pom.xml* (if you use maven) org.adada ada-server_2.11 - 0.7.3.RC.9 + 0.7.3 -``` \ No newline at end of file +``` diff --git a/build.sbt b/build.sbt index d9d5828..97c5341 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "org.adada" name := "ada-server" -version := "0.7.3.RC.10.SNAPSHOT.7" +version := "0.7.3" description := "Server side of Ada Discovery Analytics containing a persistence layer, stats and data import/transformation services, and util classes." @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "org.apache.ignite" % "ignite-spring" % "1.6.0", "org.apache.ignite" % "ignite-indexing" % "1.6.0", "org.apache.ignite" % "ignite-scalar" % "1.6.0", - "org.in-cal" %% "incal-spark_ml" % "0.1.3" exclude("com.fasterxml.jackson.core", "jackson-databind"), + "org.in-cal" %% "incal-spark_ml" % "0.1.9" exclude("com.fasterxml.jackson.core", "jackson-databind"), "org.reflections" % "reflections" % "0.9.10" exclude("com.google.code.findbugs", "annotations"), // class finder "com.typesafe.play" %% "play-java-ws" % playVersion, // WS "com.unboundid" % "unboundid-ldapsdk" % "2.3.8", // LDAP (in-memory)