Skip to content

Commit 4376a58

Browse files
authored
Preparing version 0.3.1 release (#195)
1 parent 84e9b56 commit 4376a58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.3.0</version>
24+
<version>0.3.1</version>
2525
</parent>
2626

2727
<artifactId>exec</artifactId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.0</version>
26+
<version>0.3.1</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.3.0</version>
30+
<version>0.3.1</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.3.0</version>
24+
<version>0.3.1</version>
2525
</parent>
2626

2727
<artifactId>server</artifactId>

0 commit comments

Comments
 (0)