From eb7b43d90cc480d83aadb2c91665e88d52df1f42 Mon Sep 17 00:00:00 2001 From: Mattijs Kuhlmann <47526389+MattijsK@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:39:53 +0200 Subject: [PATCH] Bump Archie to v3.12.0 (#636) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9b1eb4fc..db254bca8 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.11.0' + compile 'com.nedap.healthcare.archie:archie-all:3.12.0' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 3.11.0 + 3.12.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.11.0 and com.nedap.healthcare.archie:referencemodels:3.11.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.12.0 and com.nedap.healthcare.archie:referencemodels:3.12.0 instead ## Build diff --git a/build.gradle b/build.gradle index 305581130..9d72fab17 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '3.11.0' + version = '3.12.0' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'