aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-11-02 13:19:16 +0000
committerDominik Stadler <centic@apache.org>2021-11-02 13:19:16 +0000
commit8bf6a489f677236238eb525e7a191a59ae9a4ac9 (patch)
treed913d6939b6f4d27a2a022481e1cafa7567017d5
parentf4ae1755581e310a0d44c307e4d62cfd3dd9c909 (diff)
downloadpoi-8bf6a489f677236238eb525e7a191a59ae9a4ac9.tar.gz
poi-8bf6a489f677236238eb525e7a191a59ae9a4ac9.zip
Adjust version to 5.1.1-SNAPSHOT, adjust version replacing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894682 13f79535-47bb-0310-9956-ffa450edef68
-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>