From cdbbe5b0333bda9ebb2bdf6369e0769791ac3f82 Mon Sep 17 00:00:00 2001 From: Mattijs Kuhlmann Date: Fri, 18 Mar 2022 13:47:31 +0100 Subject: [PATCH] Update version number to 1.0.5 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 759220c7d..18f020f1f 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:1.0.4' + compile 'com.nedap.healthcare.archie:archie-all:1.0.5' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 1.0.4 + 1.0.5 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:1.0.4 and com.nedap.healthcare.archie:referencemodels:1.0.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:1.0.5 and com.nedap.healthcare.archie:referencemodels:1.0.5 instead ## Build diff --git a/build.gradle b/build.gradle index 3f72f6caa..43e816d20 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '1.0.4' + version = '1.0.5' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'