Skip to content

Commit b770fb8

Browse files
committed
Release: v5.0.12
* Fix bug in snapshot generation - not handling case where content is sliced, base slicing detail is provided, and max slices = 1 * More work on validating existing snapshots ***NO_CI***
1 parent ce47093 commit b770fb8

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

org.hl7.fhir.convertors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2016may/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.validation.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>5.0.12-SNAPSHOT</version>
8+
<version>5.0.12</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)