Skip to content

Commit

Permalink
Bumped to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnesv committed Mar 6, 2015
1 parent 7524b72 commit 35c8db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhim</groupId>
<artifactId>mediator-xds</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 35c8db5

Please sign in to comment.