diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-06-24 09:27:28 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-06-24 09:27:28 +0000 |
commit | 68ea3a9254e38dfe9ae17f53924ea0fe60b064ca (patch) | |
tree | d737c0885035b8a8a981d56600f6ee57d2e39f70 /sonar/ooxml-schema-security | |
parent | 61eb5cd0f11499d9d49f806970aa02283f97aa2b (diff) | |
download | poi-68ea3a9254e38dfe9ae17f53924ea0fe60b064ca.tar.gz poi-68ea3a9254e38dfe9ae17f53924ea0fe60b064ca.zip |
prepare for 3.17-beta2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema-security')
-rw-r--r-- | sonar/ooxml-schema-security/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml index fbb74c2a42..49ada48a53 100644 --- a/sonar/ooxml-schema-security/pom.xml +++ b/sonar/ooxml-schema-security/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.17-beta1-SNAPSHOT</version> + <version>3.17-beta2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>poi-ooxml-schema-security</artifactId> |