aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-02-13 23:26:54 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-02-13 23:26:54 +0000
commite9c5c2b90e59aa206b30eb968fab26357d9bd519 (patch)
treee88702ee3a4913569957a76c0a9e7d1f6aa0ff7f /osgi/build.xml
parent75c45cfdf4256419b551cdf93d8c259288b57858 (diff)
downloadpoi-e9c5c2b90e59aa206b30eb968fab26357d9bd519.tar.gz
poi-e9c5c2b90e59aa206b30eb968fab26357d9bd519.zip
update references to 4.1.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/build.xml')
-rw-r--r--osgi/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/build.xml b/osgi/build.xml
index 317672257d..bce1434f92 100644
--- a/osgi/build.xml
+++ b/osgi/build.xml
@@ -19,14 +19,14 @@ under the License.
-->
<!-- POI OSGi Bundle System -->
-<project name="POI OSGi Bundle" default="bundle" basedir=".." xmlns:mvn="antlib:org.apache.maven.artifact.ant">
+<project name="POI OSGi Bundle" default="bundle" basedir="..">
<description>The Apache POI OSGi Bundle System.</description>
<property name="bundle.lib" location="osgi/lib"/>
<!-- TODO Import these from the parent build file -->
<property name="repository.m2" value="https://repo1.maven.org"/>
- <property name="version.id" value="4.1.2-SNAPSHOT"/>
+ <property name="version.id" value="4.1.3-SNAPSHOT"/>
<property name="dist.dir" value="build/dist"/>
<!-- jars in the /lib directory, see the fetch-bundle-jars target-->