diff options
author | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:47 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:47 +0000 |
commit | 04e85aa22d57e76c8d50c89db5fa7dedcb14b092 (patch) | |
tree | fcdd0c4e800f7895f129a8d0b7783b4bcaf146db /osgi/build.xml | |
parent | 2dad9b754328bae207c0468d3a9b9116fe5bd514 (diff) | |
download | poi-04e85aa22d57e76c8d50c89db5fa7dedcb14b092.tar.gz poi-04e85aa22d57e76c8d50c89db5fa7dedcb14b092.zip |
Sync version in more places and use -SNAPSHOT everywhere during development
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868981 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 d6e8c3d833..24a068870a 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.1.1-SNAPSHOT"/> + <property name="version.id" value="4.1.2-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |