Skip to content

Commit bf710b4

Browse files
authored
Preparing v0.5.0 release (#475)
1 parent 9470630 commit bf710b4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2021-2024 Google LLC
4+
Copyright 2021-2025 Google LLC
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.google.fhir.gateway</groupId>
2727
<artifactId>fhir-gateway</artifactId>
28-
<version>0.4.1-SNAPSHOT</version>
28+
<version>0.5.0</version>
2929
</parent>
3030

3131
<groupId>com.google.fhir.gateway</groupId>

exec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.fhir.gateway</groupId>
2323
<artifactId>fhir-gateway</artifactId>
24-
<version>0.4.1-SNAPSHOT</version>
24+
<version>0.5.0</version>
2525
</parent>
2626

2727
<artifactId>exec</artifactId>

plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2021-2024 Google LLC
4+
Copyright 2021-2025 Google LLC
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
implementations do not have to do this; they can redeclare those deps. -->
2424
<groupId>com.google.fhir.gateway</groupId>
2525
<artifactId>fhir-gateway</artifactId>
26-
<version>0.4.1-SNAPSHOT</version>
26+
<version>0.5.0</version>
2727
</parent>
2828

2929
<artifactId>plugins</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>com.google.fhir.gateway</groupId>
2929
<artifactId>fhir-gateway</artifactId>
30-
<version>0.4.1-SNAPSHOT</version>
30+
<version>0.5.0</version>
3131
<packaging>pom</packaging>
3232

3333
<name>FHIR Information Gateway</name>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.fhir.gateway</groupId>
2323
<artifactId>fhir-gateway</artifactId>
24-
<version>0.4.1-SNAPSHOT</version>
24+
<version>0.5.0</version>
2525
</parent>
2626

2727
<artifactId>server</artifactId>

0 commit comments

Comments
 (0)