From 35c8db5bacf8ff4468e814a50aa9859a796f4538 Mon Sep 17 00:00:00 2001 From: devcritter Date: Fri, 6 Mar 2015 14:57:27 +0200 Subject: [PATCH] Bumped to 1.0.1 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51becb0..3067ec5 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ ATNA auditing is supported for requests. # Usage * Ensure that a [Java Runtime Environment](http://java.com/en/) is installed on your system. At a minimum Java 7 is required. -* Download the latest release of the mediator: `curl -LO https://github.com/jembi/openhim-mediator-xds/releases/download/v1.0.0/openhim-mediator-xds-1.0.0.tar.gz` -* Extract the downloaded archive: `tar -xzf openhim-mediator-xds-1.0.0.tar.gz` +* Download the latest release of the mediator: `curl -LO https://github.com/jembi/openhim-mediator-xds/releases/download/v1.0.1/openhim-mediator-xds-1.0.1.tar.gz` +* Extract the downloaded archive: `tar -xzf openhim-mediator-xds-1.0.1.tar.gz` * Edit the properties file `mediator.properties` and change it as required for your implementantion -* The mediator is packaged as a standalone jar and can be run as follows: `java -jar mediator-xds-1.0.0-jar-with-dependencies.jar --conf mediator.properties` +* The mediator is packaged as a standalone jar and can be run as follows: `java -jar mediator-xds-1.0.1-jar-with-dependencies.jar --conf mediator.properties` # Compiling and running from source * `git clone https://github.com/jembi/openhim-mediator-xds.git` * `cd openhim-mediator-xds` * `mvn install` -* `java -jar target/mediator-xds-1.0.0-jar-with-dependencies.jar` +* `java -jar target/mediator-xds-1.0.1-jar-with-dependencies.jar` diff --git a/pom.xml b/pom.xml index 1fbd8e4..b994fda 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openhim mediator-xds -1.0.0 +1.0.1 UTF-8