mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
f4ae175558
commit
8bf6a489f6
|
@ -3281,10 +3281,10 @@ under the License.
|
|||
</fileset>
|
||||
</replaceregexp>
|
||||
<replaceregexp
|
||||
match="version.id" value="[0-9.]+(?:-SNAPSHOT)?"/>"
|
||||
replace="version.id" value="${version.id}"/>">
|
||||
match="<poi.version>[0-9.]+(?:-SNAPSHOT)?</poi.version>"
|
||||
replace="<poi.version>${version.id}</poi.version>">
|
||||
<fileset dir=".">
|
||||
<include name="osgi/build.xml"/>
|
||||
<include name="osgi/pom.xml"/>
|
||||
</fileset>
|
||||
</replaceregexp>
|
||||
</target>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue