diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-09-07 19:25:02 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-09-07 19:25:02 +0000 |
commit | ea65344fd12b0b6a10a3d8ec7afd1b87f593ff87 (patch) | |
tree | c35c6d9703af017443e356c66d6baf50507472a3 /sonar/ooxml-schema/pom.xml | |
parent | 8726e046a0dcf7bf88192efa70aedae4706c82c8 (diff) | |
download | poi-ea65344fd12b0b6a10a3d8ec7afd1b87f593ff87.tar.gz poi-ea65344fd12b0b6a10a3d8ec7afd1b87f593ff87.zip |
update 3.17 leftovers and provide a new build target to update those in the next release
remove final / beta tags, as we (try to) use semver now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema/pom.xml')
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 435bb5100e..92c2e264af 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>4.0.1-beta1-SNAPSHOT</version> + <version>4.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>poi-ooxml-schema</artifactId> |