From 9f741b7429eaff8bc6853deb5f115f4369a9ceab Mon Sep 17 00:00:00 2001 From: Mattijs Kuhlmann <47526389+MattijsK@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:58:01 +0200 Subject: [PATCH] Bump Archie to version 3.10.0 (#596) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea11831db..cda34863d 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.1' + compile 'com.nedap.healthcare.archie:archie-all:3.10.0' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 3.9.1 + 3.10.0 ``` -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 +If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:3.10.0 and com.nedap.healthcare.archie:referencemodels:3.10.0 instead ## Build diff --git a/build.gradle b/build.gradle index 6a9c5a17e..e0c36f1ce 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '3.9.1' + version = '3.10.0' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'