diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
commit | 00185c2857d3fe96b8eab2551652e2317c10b213 (patch) | |
tree | 5f2ab2b07c0c3cfe96940d9838b648a21aa520b4 /sonar/excelant | |
parent | 6a1e8dbb7051c0ba478d238acdf84ca3d38b5acb (diff) | |
download | poi-00185c2857d3fe96b8eab2551652e2317c10b213.tar.gz poi-00185c2857d3fe96b8eab2551652e2317c10b213.zip |
next version will be 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 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 fb22def986..692876ac7a 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>4.1.3-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> </parent> <artifactId>poi-excelant</artifactId> <packaging>jar</packaging> |