mirror of https://github.com/apache/poi.git
Sync version in more places and use -SNAPSHOT everywhere during development
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dad9b7543
commit
04e85aa22d
|
@ -91,7 +91,7 @@ subprojects {
|
||||||
// See https://github.com/melix/japicmp-gradle-plugin
|
// See https://github.com/melix/japicmp-gradle-plugin
|
||||||
apply plugin: 'me.champeau.gradle.japicmp'
|
apply plugin: 'me.champeau.gradle.japicmp'
|
||||||
|
|
||||||
version = '4.1.1-SNAPSHOT'
|
version = '4.1.2-SNAPSHOT'
|
||||||
ext {
|
ext {
|
||||||
japicmpversion = '4.1.0'
|
japicmpversion = '4.1.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ under the License.
|
||||||
|
|
||||||
<description>The Apache POI project Ant build.</description>
|
<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 name="release.rc" value="RC1"/>
|
||||||
|
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
|
@ -2870,6 +2870,13 @@ under the License.
|
||||||
<fileset dir=".">
|
<fileset dir=".">
|
||||||
<include name="build.gradle"/>
|
<include name="build.gradle"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
</replaceregexp>
|
||||||
|
<replaceregexp
|
||||||
|
match="version.id" value="[0-9.]+(?:-SNAPSHOT)?"/>"
|
||||||
|
replace="version.id" value="${version.id}"/>">
|
||||||
|
<fileset dir=".">
|
||||||
|
<include name="osgi/build.xml"/>
|
||||||
|
</fileset>
|
||||||
</replaceregexp>
|
</replaceregexp>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -26,7 +26,7 @@ under the License.
|
||||||
|
|
||||||
<!-- TODO Import these from the parent build file -->
|
<!-- TODO Import these from the parent build file -->
|
||||||
<property name="repository.m2" value="http://repo1.maven.org"/>
|
<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"/>
|
<property name="dist.dir" value="build/dist"/>
|
||||||
|
|
||||||
<!-- jars in the /lib directory, see the fetch-bundle-jars target-->
|
<!-- jars in the /lib directory, see the fetch-bundle-jars target-->
|
||||||
|
|
Loading…
Reference in New Issue