diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ddf649e92..7b06c6ab5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,31 +1,7 @@
## Validator Changes
-* Security Fix: Move all instantiation of transformerFactory to XMLUtils and set ACCESS_EXTERNAL flags automatically (slightly improvement to output message, but closes possible attack vector)
-* Handle 308 redirects when fetching packages
-* Fix NPE in ValueSetValidator
-* Fix for NPE in IGLoader
-* fix version conversion problem for ConceptMap (4<->5): relationship comment getting lost for noMap entries
-* Add check for multiple WG extensions (HL7 context)
+* no changes
## Other code changes
-* Suppress spurious logging statement
-* Add Australian CDA name prefix & uri to mapping transform code
-* Add new messages for tx.fhir.org
-* Remove narrative from snapshot tests
-* Improve complex extension rendering when rendering by profile
-* Rewrite processing of map statements when generating snapshots to fix known bugs
-* Updates to Capability Statement rendering (and minor Operation Definition rendering improvement)
-* Fix wrong reference to CDA classes for unscoped class names
-* fix rendering issue for R4 relationship codes in ConceptMap
-* rework decimal lowBoundary() and highBoundary() after discussion on Zulip, and add extensive testing
-* Fix existing test case for fixed up boundary handling in FHIRPath
-* Add CodeSystem fetching for selected code systems for VSAC import
-* Drop to saxon 11.6 for now
-* fix issue with json unicode whitespace enscaping
-* get Java generator running again (though no code regenerated)
-* don't escape unicode whitespace in json files
-* Fix NPE in questionnaire renderer
-* Hack workaround for R4 issue with ProcessPriority
-* Rewrite concurrency management for file system package cache
-
+* no changes
\ No newline at end of file
diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml
index d7740ca7c..9d224a256 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml
index 32327eb1d..56c3d5276 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml
index 99a87b869..1221fdc3b 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml
index 501d34f25..c20200f6a 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml
index 41817cb4f..bc3b38bfa 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml
index 87f2ac1fd..0c228a6f7 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml
index 40ed78939..3186dadd5 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml
index ce28ed179..4b6a08a41 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml
index 57fdd9df8..1d8e14835 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml
index 7d69447b7..268208db6 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml
index 12750ca8d..4642a4d31 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
- 6.3.21
+ 6.3.22-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index fc3f311fd..e1bc820df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
HAPI FHIR
-->
org.hl7.fhir.core
- 6.3.21
+ 6.3.22-SNAPSHOT
pom