diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 246da41ab..7b06c6ab5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,9 +4,4 @@
## Other code changes
-* Fix R5 path for spec in generated narratives
-* Hack to fix wrong R5 paths in generated narratives in extensions pack
-* Suppress Prism rendering if ttl source is too big
-* Fix up URLs in untouched elements when processing snapshots
-* Fix up URLs in binding.description when generating snapshots
-
+* no changes
\ No newline at end of file
diff --git a/master-branch-pipeline.yml b/master-branch-pipeline.yml
index 9378abb2d..936ced5c1 100644
--- a/master-branch-pipeline.yml
+++ b/master-branch-pipeline.yml
@@ -90,7 +90,7 @@ steps:
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -pl "!org.hl7.fhir.report, !org.hl7.fhir.validation.cli" -DdeployToSonatype'
- mavenOptions: '-Xmx4096m'
+ mavenOptions: '-Xmx768m'
publishJUnitResults: false
# Deploy the SNAPSHOT artifact to GitHub packages.
@@ -104,5 +104,5 @@ steps:
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -pl "!org.hl7.fhir.report, !org.hl7.fhir.validation.cli" -Dmaven.test.skip -DdeployToGitHub'
- mavenOptions: '-Xmx4096m'
+ mavenOptions: '-Xmx768m'
publishJUnitResults: false
diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml
index 4eee36c0a..8b8000b03 100644
--- a/org.hl7.fhir.convertors/pom.xml
+++ b/org.hl7.fhir.convertors/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml
index 5c719f3df..e9318fe49 100644
--- a/org.hl7.fhir.dstu2/pom.xml
+++ b/org.hl7.fhir.dstu2/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml
index e51c84d4c..943ad5476 100644
--- a/org.hl7.fhir.dstu2016may/pom.xml
+++ b/org.hl7.fhir.dstu2016may/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml
index 2cf45814e..c7d798442 100644
--- a/org.hl7.fhir.dstu3/pom.xml
+++ b/org.hl7.fhir.dstu3/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml
index 1f0014025..d43303a5e 100644
--- a/org.hl7.fhir.r4/pom.xml
+++ b/org.hl7.fhir.r4/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml
index 0ccb76295..0c7b02f38 100644
--- a/org.hl7.fhir.r4b/pom.xml
+++ b/org.hl7.fhir.r4b/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml
index 4095a5731..700c3c86a 100644
--- a/org.hl7.fhir.r5/pom.xml
+++ b/org.hl7.fhir.r5/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml
index 9ba55ab12..25cbe6839 100644
--- a/org.hl7.fhir.report/pom.xml
+++ b/org.hl7.fhir.report/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml
index 9a67bc883..5c3ca1f9f 100644
--- a/org.hl7.fhir.utilities/pom.xml
+++ b/org.hl7.fhir.utilities/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml
index 83a96aafe..29bc5712a 100644
--- a/org.hl7.fhir.validation.cli/pom.xml
+++ b/org.hl7.fhir.validation.cli/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml
index 6ef3d6a79..650359abd 100644
--- a/org.hl7.fhir.validation/pom.xml
+++ b/org.hl7.fhir.validation/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index a9b49af7a..6dd3201a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
HAPI FHIR
-->
org.hl7.fhir.core
- 5.6.117-SNAPSHOT
+ 5.6.118-SNAPSHOT
pom
@@ -453,7 +453,7 @@
- ${argLine} -Xmx4096m
+ ${argLine} -Xmx5632m
COMPAT
diff --git a/pull-request-pipeline-parameterized.yml b/pull-request-pipeline-parameterized.yml
index b6efa83de..4eb4237c2 100644
--- a/pull-request-pipeline-parameterized.yml
+++ b/pull-request-pipeline-parameterized.yml
@@ -24,7 +24,7 @@ jobs:
inputs:
mavenPomFile: 'pom.xml'
options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
- mavenOptions: '-Xmx4096m'
+ mavenOptions: '-Xmx768m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '${{image.jdkVersion}}'
jdkArchitectureOption: 'x64'
@@ -35,7 +35,7 @@ jobs:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
- mavenOptions: '-Xmx4096m'
+ mavenOptions: '-Xmx768m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '${{image.jdkVersion}}'
jdkArchitectureOption: 'x64'
diff --git a/pull-request-pipeline.yml b/pull-request-pipeline.yml
index 9243c9429..82225d569 100644
--- a/pull-request-pipeline.yml
+++ b/pull-request-pipeline.yml
@@ -29,7 +29,7 @@ jobs:
inputs:
mavenPomFile: 'pom.xml'
options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
- mavenOptions: '-Xmx3072m'
+ mavenOptions: '-Xmx768m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml
index a4eb394db..df83925ae 100644
--- a/release-branch-pipeline.yml
+++ b/release-branch-pipeline.yml
@@ -127,7 +127,7 @@ jobs:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
- mavenOptions: '-Xmx4096m'
+ mavenOptions: '-Xmx768m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'