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 2019/10/26 05:26:47 UTC

svn commit: r1868981 - in /poi/trunk: build.gradle build.xml osgi/build.xml

Author: centic
Date: Sat Oct 26 05:26:47 2019
New Revision: 1868981

URL: http://svn.apache.org/viewvc?rev=1868981&view=rev
Log:
Sync version in more places and use -SNAPSHOT everywhere during development

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

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1868981&r1=1868980&r2=1868981&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sat Oct 26 05:26:47 2019
@@ -91,7 +91,7 @@ subprojects {
     // See https://github.com/melix/japicmp-gradle-plugin 
     apply plugin: 'me.champeau.gradle.japicmp'
         
-    version = '4.1.1-SNAPSHOT'
+    version = '4.1.2-SNAPSHOT'
     ext {
         japicmpversion = '4.1.0'
     }

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1868981&r1=1868980&r2=1868981&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Oct 26 05:26:47 2019
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="4.1.2"/>
+    <property name="version.id" value="4.1.2-SNAPSHOT"/>
     <property name="release.rc" value="RC1"/>
 
     <property environment="env"/>
@@ -2871,5 +2871,12 @@ under the License.
 				<include name="build.gradle"/>
 			</fileset>
         </replaceregexp>
+		<replaceregexp
+               match="version.id&quot; value=&quot;[0-9.]+(?:-SNAPSHOT)?&quot;/>"
+               replace="version.id&quot; value=&quot;${version.id}&quot;/>">
+			<fileset dir=".">
+				<include name="osgi/build.xml"/>
+			</fileset>
+        </replaceregexp>
 	</target>
 </project>

Modified: poi/trunk/osgi/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/build.xml?rev=1868981&r1=1868980&r2=1868981&view=diff
==============================================================================
--- poi/trunk/osgi/build.xml (original)
+++ poi/trunk/osgi/build.xml Sat Oct 26 05:26:47 2019
@@ -26,7 +26,7 @@ under the License.
 
     <!-- TODO Import these from the parent build file -->
     <property name="repository.m2" value="http://repo1.maven.org"/>
-    <property name="version.id" value="4.1.1-SNAPSHOT"/>
+    <property name="version.id" value="4.1.2-SNAPSHOT"/>
     <property name="dist.dir" value="build/dist"/>
 
     <!-- jars in the /lib directory, see the fetch-bundle-jars target-->



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