From 7009d5a5feebdcbbdbdc4c1f4a1bf7136e566a1c Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 3 Dec 2019 15:26:06 +1100 Subject: [PATCH] Release new version --- pom.xml | 2 +- release.bat | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c677d2361..add60155a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.1.0 - 11.0.9-SNAPSHOT.0.8-SNAPSHOT + 1.0.9-SNAPSHOT.0.8-SNAPSHOT org.hl7.fhir.core diff --git a/release.bat b/release.bat index ee520ea5a..687fd8855 100644 --- a/release.bat +++ b/release.bat @@ -14,10 +14,10 @@ pause call mvn versions:set -DnewVersion=%newver%-SNAPSHOT call git commit -a -m "Release new version" call git push origin master -call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\build" -fileMask "*.xml" -find "%oldver%-SNAPSHOT" -replace "%newver%-SNAPSHOT" -count 0 -call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\fhir-ig-publisher" -fileMask "*.xml" -find "%oldver%-SNAPSHOT" -replace "%newver%-SNAPSHOT" -count 0 -call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\latest-ig-publisher" -fileMask "*.html" -find "%oldver%" -replace "%newver%" -count 0 -call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\latest-ig-publisher" -fileMask "*.json" -find "%oldver%" -replace "%newver%" -count 0 +call "C:\tools\fnr.exe" -dir "C:\work\org.hl7.fhir\build" -fileMask "*.xml" -find "%oldver%-SNAPSHOT" -replace "%newver%-SNAPSHOT" -count 8 +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 call mvn clean deploy -Dmaven.test.redirectTestOutputToFile=false -DdeployAtEnd=true IF %ERRORLEVEL% NEQ 0 ( GOTO DONE