diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2022-10-29 18:40:58 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2022-10-29 18:40:58 +0000 |
commit | 4bb071f84cb47c9ec4108d9362e33edb50f48bbd (patch) | |
tree | 8c6db85013182476793c4f0ab2b5f8579489ea30 | |
parent | 0828b13bbb051af9943deb3e48a5cee4df3ee725 (diff) | |
download | jackcess-4bb071f84cb47c9ec4108d9362e33edb50f48bbd.tar.gz jackcess-4bb071f84cb47c9ec4108d9362e33edb50f48bbd.zip |
update parent pom
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1390 f203690c-595d-4dc9-a70b-905162fa7fd2
-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. |