Skip to content

Commit 4d441ad

Browse files
committed
Version bump to 5.2.0
1 parent 7532313 commit 4d441ad

File tree

59 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+74
-74
lines changed

hapi-deployable-pom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ca.uhn.hapi.fhir</groupId>
66
<artifactId>hapi-fhir</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

hapi-fhir-android/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>hapi-deployable-pom</artifactId>
8-
<version>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
1010
</parent>
1111

hapi-fhir-base/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>hapi-deployable-pom</artifactId>
8-
<version>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
1010
</parent>
1111

hapi-fhir-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ca.uhn.hapi.fhir</groupId>
55
<artifactId>hapi-fhir-bom</artifactId>
6-
<version>5.2.0-SNAPSHOT</version>
6+
<version>5.2.0</version>
77
<packaging>pom</packaging>
88
<name>HAPI FHIR BOM</name>
99

1010
<parent>
1111
<groupId>ca.uhn.hapi.fhir</groupId>
1212
<artifactId>hapi-deployable-pom</artifactId>
13-
<version>5.2.0-SNAPSHOT</version>
13+
<version>5.2.0</version>
1414
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
1515
</parent>
1616

hapi-fhir-cli/hapi-fhir-cli-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ca.uhn.hapi.fhir</groupId>
66
<artifactId>hapi-deployable-pom</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<relativePath>../../hapi-deployable-pom/pom.xml</relativePath>
99
</parent>
1010

hapi-fhir-cli/hapi-fhir-cli-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>hapi-fhir-cli</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>5.2.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>hapi-deployable-pom</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>5.2.0</version>
1010
<relativePath>../../hapi-deployable-pom</relativePath>
1111
</parent>
1212

hapi-fhir-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>hapi-fhir</artifactId>
8-
<version>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

hapi-fhir-client-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ca.uhn.hapi.fhir</groupId>
66
<artifactId>hapi-deployable-pom</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
99
</parent>
1010

hapi-fhir-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ca.uhn.hapi.fhir</groupId>
66
<artifactId>hapi-deployable-pom</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)