Skip to content

Commit

Permalink
Merge pull request #523 from openEHR/update_to_3.5.0
Browse files Browse the repository at this point in the history
Update Archie to version 3.5.0
  • Loading branch information
MattijsK authored Jun 19, 2023
2 parents 7cad898 + f120358 commit b173952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:3.4.0'
compile 'com.nedap.healthcare.archie:archie-all:3.5.0'
}
```

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>3.4.0</version>
<version>3.5.0</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:3.4.0 and com.nedap.healthcare.archie:referencemodels:3.4.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.5.0 and com.nedap.healthcare.archie:referencemodels:3.5.0 instead


## Build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wrapper {
}

allprojects {
version = '3.4.0'
version = '3.5.0'
group = 'com.nedap.healthcare.archie'
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
//archivesBaseName = 'archie'
Expand Down

0 comments on commit b173952

Please sign in to comment.