diff --git a/README.md b/README.md index 828bb6af5..1ea3f1bc7 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:0.5.3' + compile 'com.nedap.healthcare.archie:archie-all:0.5.4' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 0.5.3 + 0.5.4 ``` -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.3 and com.nedap.healthcare.archie:referencemodels:0.5.3 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.4 and com.nedap.healthcare.archie:referencemodels:0.5.4 instead ## Build diff --git a/adlchecker/build.gradle b/adlchecker/build.gradle index e1bf6b106..448d5dd2a 100644 --- a/adlchecker/build.gradle +++ b/adlchecker/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - compile 'com.nedap.healthcare.archie:archie-all:0.6.0-SNAPSHOT' + compile 'com.nedap.healthcare.archie:archie-all:0.5.4' compile 'net.sourceforge.argparse4j:argparse4j:0.7.0' } diff --git a/build.gradle b/build.gradle index fc45d0e1e..59c46c62e 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ wrapper { } allprojects { - version = '0.6.0-SNAPSHOT' + version = '0.5.4' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'