Skip to content

Commit 0f48e8e

Browse files
authored
Bump Archie to version 3.11.0 (#612)
1 parent 98d2bb6 commit 0f48e8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can depend on parts of Archie, or the entire library at once. If you want th
1818

1919
```gradle
2020
dependencies {
21-
compile 'com.nedap.healthcare.archie:archie-all:3.10.0'
21+
compile 'com.nedap.healthcare.archie:archie-all:3.11.0'
2222
}
2323
```
2424

@@ -28,11 +28,11 @@ or if you use maven, in your pom.xml
2828
<dependency>
2929
<groupId>com.nedap.healthcare.archie</groupId>
3030
<artifactId>archie-all</artifactId>
31-
<version>3.10.0</version>
31+
<version>3.11.0</version>
3232
</dependency>
3333
```
3434

35-
If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:3.10.0 and com.nedap.healthcare.archie:referencemodels:3.10.0 instead
35+
If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:3.11.0 and com.nedap.healthcare.archie:referencemodels:3.11.0 instead
3636

3737

3838
## Build

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wrapper {
88
}
99

1010
allprojects {
11-
version = '3.10.0'
11+
version = '3.11.0'
1212
group = 'com.nedap.healthcare.archie'
1313
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
1414
//archivesBaseName = 'archie'

0 commit comments

Comments
 (0)