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