Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Release v0.7.3 - final
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Jun 21, 2019
1 parent 1a8e6fc commit 635e211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)
Expand All @@ -16,6 +16,6 @@ or to *pom.xml* (if you use maven)
<dependency>
<groupId>org.adada</groupId>
<artifactId>ada-server_2.11</artifactId>
<version>0.7.3.RC.9</version>
<version>0.7.3</version>
</dependency>
```
```
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand All @@ -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)
Expand Down

0 comments on commit 635e211

Please sign in to comment.