diff options
author | Greg Woolsey <gwoolsey@apache.org> | 2019-04-09 15:57:25 +0000 |
---|---|---|
committer | Greg Woolsey <gwoolsey@apache.org> | 2019-04-09 15:57:25 +0000 |
commit | 362a99a60bcf471568645135f0fc8188c3dc7ecd (patch) | |
tree | 04d7bff5edc67f87b7ae6a8027911f47021dc540 /osgi/build.xml | |
parent | 3a6c9330207964dd15eb6e4d9262334c67d45146 (diff) | |
download | poi-362a99a60bcf471568645135f0fc8188c3dc7ecd.tar.gz poi-362a99a60bcf471568645135f0fc8188c3dc7ecd.zip |
Update site source for 4.1.0, prep build for 4.1.1 (via ant task)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857217 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 1ffbe594f3..d6e8c3d833 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.1-SNAPSHOT"/> + <property name="version.id" value="4.1.1-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |