Skip to content

Commit

Permalink
Updating version to: 1.7.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hl7-devops committed Nov 21, 2024
1 parent 9a619c4 commit e49b7d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
* Security: Enforce that XML can't load XML entity declarations
* Loader: Fix missing isModifierReason on modifier extensions
* Version Convertor: fix bug converting NamingSystem.url between versions
* Version Convertor: Fix IG dependsOn.reason conversion
* Validator: fix value set validation on import validation to find external value sets
* Validator: Fix terminology tester for change to language header
* Validator: Adjust wording of R5 slicing check
* Validator: Sort entries in error message about profiles to make the order reproducible
* Validator: support resolving /_history/ URLs in IG publisher
* Renderer: make HTA messages translatable
* Renderer: new release - pubpack
* Renderer: suppress Json resourceType property in some logical models
* Renderer: more support for canonical logical models
* SQL: Fix NPE building package.db
* Go-Publish: Fix bug in publication checker - space in sequence blows logic up
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.7.4</version>
<version>1.7.5-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.7.4</version>
<version>1.7.5-SNAPSHOT</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.7.4</version>
<version>1.7.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit e49b7d2

Please sign in to comment.