diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-19 21:25:14 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-19 21:25:14 +0000 |
commit | 0377b57a5427d94bba4d220998f64a270628658a (patch) | |
tree | 738dbb12857df7c08c218bcfcbb08ca21e048609 /sonar/excelant | |
parent | 6d9706b73505eeaf02091300afdf1d3dcc53bb3d (diff) | |
download | poi-0377b57a5427d94bba4d220998f64a270628658a.tar.gz poi-0377b57a5427d94bba4d220998f64a270628658a.zip |
prepare for 4.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846951 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 b9814037f3..220d4eb1e9 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.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>poi-excelant</artifactId> <packaging>jar</packaging> |