From 248d125aef45198c2e86a2797f168757f4b2c9b3 Mon Sep 17 00:00:00 2001 From: Mattijs Kuhlmann <47526389+MattijsK@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:40:00 +0100 Subject: [PATCH] Update Archie version to 3.9.1 (#573) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34131e78d..ea11831db 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:3.9.0' + compile 'com.nedap.healthcare.archie:archie-all:3.9.1' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 3.9.0 + 3.9.1 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:3.9.0 and com.nedap.healthcare.archie:referencemodels:3.9.0 instead +If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:3.9.1 and com.nedap.healthcare.archie:referencemodels:3.9.1 instead ## Build diff --git a/build.gradle b/build.gradle index 614613287..6d831a802 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '3.9.0' + version = '3.9.1' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'