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 /osgi/build.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 'osgi/build.xml')
-rw-r--r-- | osgi/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/build.xml b/osgi/build.xml index aa195a5e68..1ffbe594f3 100644 --- a/osgi/build.xml +++ b/osgi/build.xml @@ -26,7 +26,7 @@ under the License. <!-- TODO Import these from the parent build file --> <property name="repository.m2" value="http://repo1.maven.org"/> - <property name="version.id" value="4.0.0-SNAPSHOT"/> + <property name="version.id" value="4.0.1-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |