diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-05 00:42:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-05 00:42:26 +0000 |
commit | 82ef87f14ba58647046d97e785bb08a2f19d23b8 (patch) | |
tree | 738314d6efdee32982634a3a497f823c445e4645 /sonar/integration-test | |
parent | 72d96cd4c88035f9ec018444ab4f9b7b23c513d7 (diff) | |
download | poi-82ef87f14ba58647046d97e785bb08a2f19d23b8.tar.gz poi-82ef87f14ba58647046d97e785bb08a2f19d23b8.zip |
5.1.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/integration-test')
-rw-r--r-- | sonar/integration-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index 7fe0e86e2c..72990a0716 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.1.1-SNAPSHOT</version> </parent> <artifactId>integration-test</artifactId> |