Release new version 5.0.5
This commit is contained in:
parent
05ac3ebc98
commit
f41d728002
|
@ -11,6 +11,11 @@ title: FHIR Validator Release Notes
|
|||
## v5.0.5 (2020-05-30)
|
||||
|
||||
|
||||
(no changes yet)
|
||||
|
||||
## v5.0.5 (2020-05-30)
|
||||
|
||||
|
||||
* Snapshot Generator: Add more testing for type consistency when profiling elements
|
||||
* Snapshot Generator: Fix bug constraining elements once they are sliced
|
||||
* Add support for http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name for CDA use
|
||||
|
@ -210,4 +215,4 @@ title: FHIR Validator Release Notes
|
|||
|
||||
## v4.1.60 (2020-02-02)
|
||||
|
||||
* Thi
|
||||
* Th
|
|
@ -15,7 +15,7 @@ call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\build" -fileMask "*.xml" -fin
|
|||
call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\fhir-ig-publisher" -fileMask "*.xml" -find "%oldver%-SNAPSHOT" -replace "%newver%-SNAPSHOT" -count 2
|
||||
call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\latest-ig-publisher" -fileMask "*.html" -find "%oldver%" -replace "%newver%" -count 1
|
||||
call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\latest-ig-publisher" -fileMask "*.json" -find "%oldver%" -replace "%newver%" -count 1
|
||||
rem call mvn clean deploy -Dmaven.test.redirectTestOutputToFile=false -DdeployAtEnd=true
|
||||
call mvn clean deploy -Dmaven.test.redirectTestOutputToFile=false -DdeployAtEnd=true
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
GOTO DONE
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue