diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:37 +0000 |
commit | bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9 (patch) | |
tree | 45244901b095f94ae69ad8c30ff19b9cb692eba3 /osgi | |
parent | d7ee368e0e29e57c5bdf0e64ac5503c490c924f6 (diff) | |
download | poi-bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9.tar.gz poi-bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9.zip |
Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-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 18eab60806..aa195a5e68 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-beta1"/> + <property name="version.id" value="4.0.0-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |