diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-01-12 22:40:59 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-01-12 22:40:59 +0000 |
commit | 4fec14dbc65d4b3069405853513c13e783374c02 (patch) | |
tree | b06d3d93fd89e398942a1721d5f8b05ec1a6b746 /sonar/excelant | |
parent | ff2ae68ffcb78be1e22949bdf9e54570d55b1102 (diff) | |
download | poi-4fec14dbc65d4b3069405853513c13e783374c02.tar.gz poi-4fec14dbc65d4b3069405853513c13e783374c02.zip |
prepare for 5.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/excelant')
-rw-r--r-- | sonar/excelant/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index 852af1beef..56c42cead9 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.1-SNAPSHOT</version> </parent> <artifactId>poi-excelant</artifactId> <packaging>jar</packaging> |