Skip to content

Commit

Permalink
Update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Sep 10, 2018
1 parent 37be157 commit a9b0cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml
<dependency>
<groupId>com.nedap.healthcare.archie</groupId>
<artifactId>archie-all</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
```

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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a9b0cb2

Please sign in to comment.