Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 24, 2018
1 parent 53e56ae commit e2a522e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -61,11 +61,11 @@ Openscoring client and server uber-JAR files are distributed via the [GitHub rel

This README file corresponds to latest source code snapshot. In order to follow its instructions as closely as possible, it's recommended to download the latest binary release.

The current version is **1.4.3** (19 August, 2018):
The current version is **1.4.4** (24 December, 2018):

* [openscoring-client-executable-1.4.3.jar](https://github.com/openscoring/openscoring/releases/download/1.4.3/openscoring-client-executable-1.4.3.jar)
* [openscoring-server-executable-1.4.3.jar](https://github.com/openscoring/openscoring/releases/download/1.4.3/openscoring-server-executable-1.4.3.jar)
* [openscoring-webapp-1.4.3.war](http://search.maven.org/remotecontent?filepath=org/openscoring/openscoring-webapp/1.4.3/openscoring-webapp-1.4.3.war)
* [openscoring-client-executable-1.4.4.jar](https://github.com/openscoring/openscoring/releases/download/1.4.4/openscoring-client-executable-1.4.4.jar)
* [openscoring-server-executable-1.4.4.jar](https://github.com/openscoring/openscoring/releases/download/1.4.4/openscoring-server-executable-1.4.4.jar)
* [openscoring-webapp-1.4.4.war](http://search.maven.org/remotecontent?filepath=org/openscoring/openscoring-webapp/1.4.4/openscoring-webapp-1.4.4.war)

### Source code snapshot

Expand All @@ -76,9 +76,9 @@ mvn clean install

The build produces two uber-JAR files and a WAR file:

* `openscoring-client/target/openscoring-client-executable-1.4-SNAPSHOT.jar`
* `openscoring-server/target/openscoring-server-executable-1.4-SNAPSHOT.jar`
* `openscoring-webapp/target/openscoring-webapp-1.4-SNAPSHOT.war`
* `openscoring-client/target/openscoring-client-executable-2.0-SNAPSHOT.jar`
* `openscoring-server/target/openscoring-server-executable-2.0-SNAPSHOT.jar`
* `openscoring-webapp/target/openscoring-webapp-2.0-SNAPSHOT.war`

# Usage #

Expand Down

0 comments on commit e2a522e

Please sign in to comment.