From 54285b29ee1a9a626a36d1c1ae3cd1f51d3a6fe2 Mon Sep 17 00:00:00 2001 From: Jelte Zeilstra Date: Thu, 14 Jul 2022 10:10:21 +0200 Subject: [PATCH] Update version to 2.0.2 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de9b89633..1b95b0fb9 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:2.0.1' + compile 'com.nedap.healthcare.archie:archie-all:2.0.2' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 2.0.1 + 2.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:2.0.1 and com.nedap.healthcare.archie:referencemodels:2.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:2.0.2 and com.nedap.healthcare.archie:referencemodels:2.0.2 instead ## Build diff --git a/build.gradle b/build.gradle index 5c415836d..885e08de0 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '2.0.1' + version = '2.0.2' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'