Skip to content

Commit

Permalink
Release: v1.8.12
Browse files Browse the repository at this point in the history
* Publication Process: Fix bug where previous published versions did not have their publish box updated when publishing a milestone
* Publication Process: Add additional text to publish box when no version is yet published (instead of '.  .')
* Publication Process: Add support for hl7.ehr. packages
* Publication Process: Trim ig-build-zip file
* Publication Process: Add (publish-setup.json).website.json-xml-clone to control clone creation
***NO_CI***
  • Loading branch information
hl7-devops committed Feb 10, 2025
1 parent b2c6623 commit 2ea3c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.12-SNAPSHOT</version>
<version>1.8.12</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.8.12-SNAPSHOT</version>
<version>1.8.12</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.8.12-SNAPSHOT</version>
<version>1.8.12</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 2ea3c5f

Please sign in to comment.