Skip to content

Commit 87313e9

Browse files
committed
Updating version to: 1.2.30-SNAPSHOT
1 parent 02bb87a commit 87313e9

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
* Security fix: enforce correct paths when unpacking archives (HAPI Core SecurityAdvisory-1082, CVE TBA)
2-
* Loader: Allow to manually specify repo source when running in cloud
3-
* Loader: Add direct parsing for StructureMaps (still to be fully tested)
4-
* Validator: Update FHIRPath implementation for corrections to 'as' for R5
5-
* QA: Fix typo on counts
6-
* Publication Process: add support for hl7-eu
7-
* Publication Process: FTP Client upload and logging improvements
8-
9-
## Security Note
10-
11-
The publisher unzips archive files to the local file system when it is
12-
installing packages, and when it is performing publication on the HL7
13-
website (internal HL7 process). These processes are now resistant to
14-
the zip-slip vulnerability.

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>1.2.29</version>
8+
<version>1.2.30-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>1.2.29</version>
8+
<version>1.2.30-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- <version>5.3.14</version>-->
2222
<!-- </parent>-->
2323

24-
<version>1.2.29</version> <!-- See the note above -->
24+
<version>1.2.30-SNAPSHOT</version> <!-- See the note above -->
2525

2626
<properties>
2727
<core_version>5.6.92</core_version>

0 commit comments

Comments
 (0)