Skip to content

Commit

Permalink
Update version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
J3173 committed Nov 13, 2018
1 parent 14557e4 commit d784c60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

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

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 @@ wrapper {
}

allprojects {
version = '0.6.0-SNAPSHOT'
version = '0.5.4'
group = 'com.nedap.healthcare.archie'
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
//archivesBaseName = 'archie'
Expand Down

0 comments on commit d784c60

Please sign in to comment.