Skip to content

Commit 63ae2c7

Browse files
committed
Version bump to 4.2.0
1 parent 854ebc3 commit 63ae2c7

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</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>4.1.42-SNAPSHOT</version>
8+
<version>4.2.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>hapi-deployable-pom</artifactId>
8-
<version>4.1.0</version>
8+
<version>4.2.0</version>
99
</parent>
1010

1111
<!--
1212
Note: Version of this project and the version of HAPI FHIR are not locked to
1313
each other. It is fine to bump the point version of this POM without affecting
1414
HAPI FHIR.
1515
-->
16-
<version>4.1.42-SNAPSHOT</version>
16+
<version>4.2.0</version>
1717

1818
<properties>
19-
<hapi_fhir_version>4.1.0</hapi_fhir_version>
19+
<hapi_fhir_version>4.2.0</hapi_fhir_version>
2020
<validator_test_case_version>1.0.29-SNAPSHOT</validator_test_case_version>
2121
</properties>
2222

0 commit comments

Comments
 (0)