Skip to content

Commit

Permalink
Merge pull request #399 from openEHR/update_version_number_to_2.0.1
Browse files Browse the repository at this point in the history
Update version number to 2.0.1
  • Loading branch information
MattijsK authored Mar 21, 2022
2 parents a0912cf + 8f9b29d commit f7c2ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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:2.0.0'
compile 'com.nedap.healthcare.archie:archie-all:2.0.1'
}
```

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>2.0.0</version>
<version>2.0.1</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:2.0.0 and com.nedap.healthcare.archie:referencemodels:2.0.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:2.0.1 and com.nedap.healthcare.archie:referencemodels:2.0.1 instead


## Build
Expand Down Expand Up @@ -343,7 +343,7 @@ public void walk(CObject cobject) {

## Reference Model tools

Archie contains an implementation of the openEHR reference model version 2.0.0. It does not yet contain the task planning part. It also contains tools to work with reference model objects.
Archie contains an implementation of the openEHR reference model version 1.1.0. It does not yet contain the task planning part. It also contains tools to work with reference model objects.

### Reference model object creation

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 = '2.0.0'
version = '2.0.1'
group = 'com.nedap.healthcare.archie'
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
//archivesBaseName = 'archie'
Expand Down

0 comments on commit f7c2ca5

Please sign in to comment.