Browse Source

snapshot version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914153 13f79535-47bb-0310-9956-ffa450edef68
pull/553/head
PJ Fanning 6 months ago
parent
commit
9c48dee4ea
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml
  3. 2
    2
      osgi/pom.xml

+ 1
- 1
build.gradle View File

// apply plugin: 'eclipse' // apply plugin: 'eclipse'
apply plugin: 'idea' apply plugin: 'idea'


version = '5.2.5'
version = '5.2.6-SNAPSHOT'
} }


/** /**

+ 1
- 1
build.xml View File



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


<property name="version.id" value="5.2.5"/>
<property name="version.id" value="5.2.6-SNAPSHOT"/>
<property name="release.rc" value=""/> <property name="release.rc" value=""/>


<property environment="env"/> <property environment="env"/>

+ 2
- 2
osgi/pom.xml View File

<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId> <artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<version>5.2.5</version>
<version>5.2.6-SNAPSHOT</version>


<name>Apache POI OSGi bundle</name> <name>Apache POI OSGi bundle</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.2.5</poi.version>
<poi.version>5.2.6-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version> <pax.exam.version>4.12.0</pax.exam.version>
</properties> </properties>



Loading…
Cancel
Save