Browse Source

snapshot version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894666 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
087236a412
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml

+ 1
- 1
build.gradle View File

@@ -108,7 +108,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'

version = '5.1.0'
version = '5.1.1-SNAPSHOT'
ext {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'

+ 1
- 1
build.xml View File

@@ -42,7 +42,7 @@ under the License.

<description>The Apache POI project Ant build.</description>

<property name="version.id" value="5.1.0"/>
<property name="version.id" value="5.1.1-SNAPSHOT"/>
<property name="release.rc" value=""/>

<property environment="env"/>

Loading…
Cancel
Save