diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9231af33a..341a9d07b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -8,7 +8,22 @@ see the file LICENSE for details).
Versions 1.7 to 1.11 of JHOVE released independently.
Versions 1.12 onwards released by the Open Preservation Foundation.
-## JHOVE 1.28.0
+## JHOVE 1.28.0-RC2
+
+2023-04-20
+
+## General
+
+- Fixed small issue in generated reports where schema version wasn't incremented to 1.9. [[#849][]]
+
+### XML Module 1.5.3
+
+- Reverted reporting of XmlParseExceptions so that exception detail is part of message body. [[#850][]]
+
+[#849]: https://github.com/openpreserve/jhove/pull/849
+[#850]: https://github.com/openpreserve/jhove/pull/850
+
+## JHOVE 1.28.0-RC1
2023-03-16
diff --git a/jhove-apps/pom.xml b/jhove-apps/pom.xml
index 82356d82c..c201dd441 100644
--- a/jhove-apps/pom.xml
+++ b/jhove-apps/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
jhove-apps
diff --git a/jhove-core/pom.xml b/jhove-core/pom.xml
index 580beea57..f79f59392 100644
--- a/jhove-core/pom.xml
+++ b/jhove-core/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
jhove-core
diff --git a/jhove-ext-modules/pom.xml b/jhove-ext-modules/pom.xml
index bee08f9a0..92f4e918d 100644
--- a/jhove-ext-modules/pom.xml
+++ b/jhove-ext-modules/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
jhove-ext-modules
diff --git a/jhove-installer/pom.xml b/jhove-installer/pom.xml
index 0c3cfffac..0a85e4207 100644
--- a/jhove-installer/pom.xml
+++ b/jhove-installer/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
jhove-installer
@@ -218,7 +218,7 @@
org.openpreservation.jhove.modules
xml-hul
- 1.5.3-RC1
+ 1.5.3-RC2
diff --git a/jhove-installer/src/main/izpack/install.xml b/jhove-installer/src/main/izpack/install.xml
index 9644beba3..73f88b021 100644
--- a/jhove-installer/src/main/izpack/install.xml
+++ b/jhove-installer/src/main/izpack/install.xml
@@ -79,8 +79,8 @@
-
-
+
+
diff --git a/jhove-modules/aiff-hul/pom.xml b/jhove-modules/aiff-hul/pom.xml
index d737e84ed..c88b2eba4 100644
--- a/jhove-modules/aiff-hul/pom.xml
+++ b/jhove-modules/aiff-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
aiff-hul
1.6.2
diff --git a/jhove-modules/ascii-hul/pom.xml b/jhove-modules/ascii-hul/pom.xml
index 1fa82a8a2..12e99fa8f 100644
--- a/jhove-modules/ascii-hul/pom.xml
+++ b/jhove-modules/ascii-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
ascii-hul
1.4.2
diff --git a/jhove-modules/gif-hul/pom.xml b/jhove-modules/gif-hul/pom.xml
index 149e54845..1132ab7e8 100644
--- a/jhove-modules/gif-hul/pom.xml
+++ b/jhove-modules/gif-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
gif-hul
1.4.3
diff --git a/jhove-modules/html-hul/pom.xml b/jhove-modules/html-hul/pom.xml
index 68623a55c..1898ec5ab 100644
--- a/jhove-modules/html-hul/pom.xml
+++ b/jhove-modules/html-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
html-hul
1.4.3-RC1
@@ -14,7 +14,7 @@
org.openpreservation.jhove.modules
xml-hul
- 1.5.3-RC1
+ 1.5.3-RC2
diff --git a/jhove-modules/jpeg-hul/pom.xml b/jhove-modules/jpeg-hul/pom.xml
index be4d7d1ff..7efc7dc9f 100644
--- a/jhove-modules/jpeg-hul/pom.xml
+++ b/jhove-modules/jpeg-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
jpeg-hul
1.5.4-RC1
diff --git a/jhove-modules/jpeg2000-hul/pom.xml b/jhove-modules/jpeg2000-hul/pom.xml
index ad32ea2a5..6bfc772a0 100644
--- a/jhove-modules/jpeg2000-hul/pom.xml
+++ b/jhove-modules/jpeg2000-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
jpeg2000-hul
1.4.4-RC1
diff --git a/jhove-modules/pdf-hul/pom.xml b/jhove-modules/pdf-hul/pom.xml
index a2c741d42..722029540 100644
--- a/jhove-modules/pdf-hul/pom.xml
+++ b/jhove-modules/pdf-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
pdf-hul
1.12.4-RC1
diff --git a/jhove-modules/pom.xml b/jhove-modules/pom.xml
index b91008cae..e2e6e7595 100644
--- a/jhove-modules/pom.xml
+++ b/jhove-modules/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
org.openpreservation.jhove.modules
@@ -18,7 +18,7 @@
org.openpreservation.jhove
jhove-core
- 1.28.0-RC1
+ 1.28.0-RC2
junit
diff --git a/jhove-modules/tiff-hul/pom.xml b/jhove-modules/tiff-hul/pom.xml
index a77608bb9..ac40ee29d 100644
--- a/jhove-modules/tiff-hul/pom.xml
+++ b/jhove-modules/tiff-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
tiff-hul
1.9.4-RC1
diff --git a/jhove-modules/utf8-hul/pom.xml b/jhove-modules/utf8-hul/pom.xml
index e4b8166a4..7211d4734 100644
--- a/jhove-modules/utf8-hul/pom.xml
+++ b/jhove-modules/utf8-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
utf8-hul
1.7.3-RC1
diff --git a/jhove-modules/wave-hul/pom.xml b/jhove-modules/wave-hul/pom.xml
index a62d55fe9..c3fba5fea 100644
--- a/jhove-modules/wave-hul/pom.xml
+++ b/jhove-modules/wave-hul/pom.xml
@@ -3,7 +3,7 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
wave-hul
1.8.2
diff --git a/jhove-modules/xml-hul/pom.xml b/jhove-modules/xml-hul/pom.xml
index a53eb10a6..e854d428d 100644
--- a/jhove-modules/xml-hul/pom.xml
+++ b/jhove-modules/xml-hul/pom.xml
@@ -3,10 +3,10 @@
org.openpreservation.jhove.modules
jhove-modules
- 1.28.0-RC1
+ 1.28.0-RC2
xml-hul
- 1.5.3-RC1
+ 1.5.3-RC2
JHOVE XML Module HUL
XML module developed by Harvard University Library
diff --git a/pom.xml b/pom.xml
index 48df7ef42..d9e4a79b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.openpreservation.jhove
jhove
- 1.28.0-RC1
+ 1.28.0-RC2
pom
JHOVE - JSTOR/Harvard Object Validation Environment