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