From 56e3c3e27ae66d30fad9cbfd7eda6fb14d70ec5d Mon Sep 17 00:00:00 2001 From: devcritter Date: Tue, 12 May 2015 16:31:20 +0200 Subject: [PATCH] Version bump to 1.0.2 --- README.md | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3067ec5..4139991 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.1/openhim-mediator-xds-1.0.1.tar.gz` -* Extract the downloaded archive: `tar -xzf openhim-mediator-xds-1.0.1.tar.gz` +* Download the latest release of the mediator: `curl -LO https://github.com/jembi/openhim-mediator-xds/releases/download/v1.0.2/openhim-mediator-xds-1.0.2.tar.gz` +* Extract the downloaded archive: `tar -xzf openhim-mediator-xds-1.0.2.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.1-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.2-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.1-jar-with-dependencies.jar` +* `java -jar target/mediator-xds-1.0.2-jar-with-dependencies.jar` diff --git a/pom.xml b/pom.xml index 70bd4f4..42a9721 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openhim mediator-xds -1.0.3-SNAPSHOT +1.0.2 UTF-8 @@ -73,7 +73,7 @@ org.openhim mediator-engine - 1.0.2 + 1.0.3 ca.uhn.hapi