aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a12391a..78c3271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b1d912a..d0640e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,11 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="4.0.4" date="2022-10-29">
+ <action dev="jahlborn" type="update">
+ Update parent pom to fix release process.
+ </action>
+ </release>
<release version="4.0.3" date="2022-10-29">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="156">
Fix edge case which can cause table to be considered corrupt.