Skip to content

Commit

Permalink
Bump minor version + core version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Aug 22, 2023
1 parent 7d8a802 commit 99587b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.3.29-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.3.29-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.3.29-SNAPSHOT</version> <!-- See the note above -->
<version>1.4.0-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.0.26-SNAPSHOT</core_version>
<core_version>6.1.0</core_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
<apache_poi_version>5.2.1</apache_poi_version>
<okhttp.version>4.10.0</okhttp.version>
Expand Down

0 comments on commit 99587b9

Please sign in to comment.