summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml6
-rw-r--r--osgi/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 0f56642d93..d153041d44 100644
--- a/build.xml
+++ b/build.xml
@@ -3281,10 +3281,10 @@ under the License.
</fileset>
</replaceregexp>
<replaceregexp
- match="version.id&quot; value=&quot;[0-9.]+(?:-SNAPSHOT)?&quot;/>"
- replace="version.id&quot; value=&quot;${version.id}&quot;/>">
+ match="&lt;poi.version>[0-9.]+(?:-SNAPSHOT)?&lt;/poi.version>"
+ replace="&lt;poi.version>${version.id}&lt;/poi.version>">
<fileset dir=".">
- <include name="osgi/build.xml"/>
+ <include name="osgi/pom.xml"/>
</fileset>
</replaceregexp>
</target>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index a1397fb48a..8407e8f094 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -29,7 +29,7 @@
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.1.0</poi.version>
+ <poi.version>5.1.1-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>