diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | src/changes/changes.xml | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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. |