From a9b0cb2b762a997978771cdd0e4a02ed1fcb6908 Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Mon, 10 Sep 2018 15:40:31 +0200 Subject: [PATCH] Update version to 0.5.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49a2c9593..11a9d6fd0 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 0.5.1 + 0.5.2 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.5.1 and com.nedap.healthcare.archie:referencemodels:0.5.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:0.5.2 and com.nedap.healthcare.archie:referencemodels:0.5.2 instead ## Build diff --git a/build.gradle b/build.gradle index 322bd2ab2..b2fe3dcf4 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ task wrapper(type: Wrapper) { } allprojects { - version = '0.6.0-SNAPSHOT' + version = '0.5.2' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'