Skip to content

Commit 167f344

Browse files
author
bot
committed
updated version to 2.22.0-SNAPSHOT
1 parent e3fd049 commit 167f344

File tree

19 files changed

+24
-19
lines changed

19 files changed

+24
-19
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Note: version releases in the 0.x.y range may introduce breaking changes.
44

5+
## [unreleased]
6+
### Added
7+
### Fixed
8+
59
## [2.21.0]
610
### Changed
711
- Updated openehr terminologies to spec version 2.4.0 ([#660](https://github.com/ehrbase/openEHR_SDK/pull/660))
@@ -470,3 +474,4 @@ Note: version releases in the 0.x.y range may introduce breaking changes.
470474
[2.19.0]: https://github.com/ehrbase/openEHR_SDK/compare/v2.18.0...v2.19.0
471475
[2.20.0]: https://github.com/ehrbase/openEHR_SDK/compare/v2.19.0...v2.20.0
472476
[2.21.0]: https://github.com/ehrbase/openEHR_SDK/compare/v2.20.0...v2.21.0
477+
[unreleased]: https://github.com/ehrbase/openEHR_SDK/compare/v2.21.0...HEAD

aql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.ehrbase.openehr.sdk</groupId>
2727
<artifactId>sdk-parent</artifactId>
28-
<version>2.21.0</version>
28+
<version>2.22.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>aql</artifactId>

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<artifactId>bom</artifactId>
1010
<groupId>org.ehrbase.openehr.sdk</groupId>
11-
<version>2.21.0</version>
11+
<version>2.22.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<name>openEHR SDK</name>

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>client</artifactId>

example-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sdk-parent</artifactId>
77
<groupId>org.ehrbase.openehr.sdk</groupId>
8-
<version>2.21.0</version>
8+
<version>2.22.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

generator-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ehrbase.openehr.sdk</groupId>
88
<artifactId>sdk-parent</artifactId>
9-
<version>2.21.0</version>
9+
<version>2.22.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>generator-commons</artifactId>

generator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sdk-parent</artifactId>
77
<groupId>org.ehrbase.openehr.sdk</groupId>
8-
<version>2.21.0</version>
8+
<version>2.22.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.ehrbase.openehr.sdk</groupId>
2727
<artifactId>sdk-parent</artifactId>
28-
<version>2.21.0</version>
28+
<version>2.22.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>generator</artifactId>

opt-1.4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>opt-1.4</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>org.ehrbase.openehr.sdk</groupId>
2727
<artifactId>bom</artifactId>
28-
<version>2.21.0</version>
28+
<version>2.22.0-SNAPSHOT</version>
2929
<relativePath>./bom/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>org.ehrbase.openehr.sdk</groupId>
3333
<artifactId>sdk-parent</artifactId>
34-
<version>2.21.0</version>
34+
<version>2.22.0-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636
<name>openEHR SDK</name>
3737

response-dto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>response-dto</artifactId>

serialisation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>serialisation</artifactId>

serialisation_conformance_test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>serialisation_conformance_test</artifactId>

terminology/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>terminology</artifactId>

test-coverage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.ehrbase.openehr.sdk</groupId>
1010
<artifactId>sdk-parent</artifactId>
11-
<version>2.21.0</version>
11+
<version>2.22.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>test-coverage</artifactId>

test-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.ehrbase.openehr.sdk</groupId>
2828
<artifactId>sdk-parent</artifactId>
29-
<version>2.21.0</version>
29+
<version>2.22.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>test-data</artifactId>

util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.ehrbase.openehr.sdk</groupId>
2727
<artifactId>sdk-parent</artifactId>
28-
<version>2.21.0</version>
28+
<version>2.22.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>util</artifactId>

validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.ehrbase.openehr.sdk</groupId>
2626
<artifactId>sdk-parent</artifactId>
27-
<version>2.21.0</version>
27+
<version>2.22.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>validation</artifactId>

web-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.ehrbase.openehr.sdk</groupId>
2727
<artifactId>sdk-parent</artifactId>
28-
<version>2.21.0</version>
28+
<version>2.22.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>web-template</artifactId>

0 commit comments

Comments
 (0)