You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2021/11/02 13:19:17 UTC

svn commit: r1894682 - in /poi/trunk: build.xml osgi/pom.xml

Author: centic
Date: Tue Nov  2 13:19:16 2021
New Revision: 1894682

URL: http://svn.apache.org/viewvc?rev=1894682&view=rev
Log:
Adjust version to 5.1.1-SNAPSHOT, adjust version replacing

Modified:
    poi/trunk/build.xml
    poi/trunk/osgi/pom.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1894682&r1=1894681&r2=1894682&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Nov  2 13:19:16 2021
@@ -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>

Modified: poi/trunk/osgi/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1894682&r1=1894681&r2=1894682&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Tue Nov  2 13:19:16 2021
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org