From 558ba0f58ffcbbdb4647ed0f8dbd480cb5bc2fc9 Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Thu, 4 Nov 2021 11:29:50 +0100 Subject: [PATCH] Update version number to 1.0.4 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ea426b67..759220c7d 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.3' + compile 'com.nedap.healthcare.archie:archie-all:1.0.4' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 1.0.3 + 1.0.4 ``` -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.3 and com.nedap.healthcare.archie:referencemodels:1.0.3 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.4 and com.nedap.healthcare.archie:referencemodels:1.0.4 instead ## Build diff --git a/build.gradle b/build.gradle index 9f2706854..3f72f6caa 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '1.0.3' + version = '1.0.4' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'