Skip to content

Commit 60502b3

Browse files
committed
Prepare for 5.0.0 release
1 parent 463a557 commit 60502b3

File tree

11 files changed

+67
-12
lines changed

11 files changed

+67
-12
lines changed

org.hl7.fhir.convertors/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -31,6 +31,13 @@
3131
<artifactId>org.hl7.fhir.utilities</artifactId>
3232
</dependency>
3333

34+
<!-- JSON Parsers -->
35+
<dependency>
36+
<groupId>com.google.code.gson</groupId>
37+
<artifactId>gson</artifactId>
38+
<optional>true</optional>
39+
</dependency>
40+
3441
<!-- FHIR Versions -->
3542
<dependency>
3643
<groupId>ca.uhn.hapi.fhir</groupId>

org.hl7.fhir.dstu2/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,6 +44,13 @@
4444
<optional>true</optional>
4545
</dependency>
4646

47+
<!-- JSON Parsers -->
48+
<dependency>
49+
<groupId>com.google.code.gson</groupId>
50+
<artifactId>gson</artifactId>
51+
<optional>true</optional>
52+
</dependency>
53+
4754
<!-- Apache POI -->
4855
<dependency>
4956
<groupId>org.apache.poi</groupId>

org.hl7.fhir.dstu2016may/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -58,6 +58,13 @@
5858
<optional>true</optional>
5959
</dependency>
6060

61+
<!-- JSON Parsers -->
62+
<dependency>
63+
<groupId>com.google.code.gson</groupId>
64+
<artifactId>gson</artifactId>
65+
<optional>true</optional>
66+
</dependency>
67+
6168
<!-- Apache POI -->
6269
<dependency>
6370
<groupId>org.apache.poi</groupId>

org.hl7.fhir.dstu3/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,6 +44,13 @@
4444
<optional>true</optional>
4545
</dependency>
4646

47+
<!-- JSON Parsers -->
48+
<dependency>
49+
<groupId>com.google.code.gson</groupId>
50+
<artifactId>gson</artifactId>
51+
<optional>true</optional>
52+
</dependency>
53+
4754
<!-- Apache POI -->
4855
<dependency>
4956
<groupId>org.apache.poi</groupId>

org.hl7.fhir.r4/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -50,6 +50,13 @@
5050
<optional>true</optional>
5151
</dependency>
5252

53+
<!-- JSON Parsers -->
54+
<dependency>
55+
<groupId>com.google.code.gson</groupId>
56+
<artifactId>gson</artifactId>
57+
<optional>true</optional>
58+
</dependency>
59+
5360
<!-- Apache POI -->
5461
<dependency>
5562
<groupId>org.apache.poi</groupId>

org.hl7.fhir.r5/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -50,6 +50,13 @@
5050
<optional>true</optional>
5151
</dependency>
5252

53+
<!-- JSON Parsers -->
54+
<dependency>
55+
<groupId>com.google.code.gson</groupId>
56+
<artifactId>gson</artifactId>
57+
<optional>true</optional>
58+
</dependency>
59+
5360
<!-- Apache POI -->
5461
<dependency>
5562
<groupId>org.apache.poi</groupId>

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

org.hl7.fhir.utilities/pom.xml

Lines changed: 8 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -43,6 +43,13 @@
4343
<optional>true</optional>
4444
</dependency>
4545

46+
<!-- JSON Utilities -->
47+
<dependency>
48+
<groupId>com.google.code.gson</groupId>
49+
<artifactId>gson</artifactId>
50+
<optional>true</optional>
51+
</dependency>
52+
4653
<!-- XML Utilities -->
4754
<dependency>
4855
<groupId>net.sf.saxon</groupId>

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

org.hl7.fhir.validation/pom.xml

Lines changed: 7 additions & 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.2.30-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -81,6 +81,12 @@
8181
<artifactId>xpp3_xpath</artifactId>
8282
</dependency>
8383

84+
<!-- JSON Utilities -->
85+
<dependency>
86+
<groupId>com.google.code.gson</groupId>
87+
<artifactId>gson</artifactId>
88+
</dependency>
89+
8490
<!-- JSON Schema -->
8591
<dependency>
8692
<groupId>org.everit.json</groupId>

0 commit comments

Comments
 (0)