From 6bd78a8b9608b0169e349ec16d820d5116d13745 Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Mon, 11 Jun 2018 10:55:38 +0200 Subject: [PATCH] Update version to 0.4.5 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f40161bdc..f243235cd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can depend on parts of Archie, or the entire library at once. If you want th ```gradle dependencies { - compile 'com.nedap.healthcare.archie:archie-all:0.4.4' + compile 'com.nedap.healthcare.archie:archie-all:0.4.5' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 0.4.4 + 0.4.5 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.4.4 and com.nedap.healthcare.archie:referencemodels:0.4.4 instead +If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.4.5 and com.nedap.healthcare.archie:referencemodels:0.4.5 instead ## Build diff --git a/build.gradle b/build.gradle index 9f679e833..b8090854f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ task wrapper(type: Wrapper) { } allprojects { - version = '0.5.0-snapshot' + version = '0.4.5' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'