Browse Source

5.1.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892911 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
82ef87f14b

+ 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.0.1-SNAPSHOT"/>
<property name="version.id" value="5.1.1-SNAPSHOT"/>
<property name="release.rc" value="RC1"/>

<property environment="env"/>

+ 1
- 1
osgi/pom.xml View File

@@ -29,7 +29,7 @@
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.0.1-SNAPSHOT</poi.version>
<poi.version>5.1.1-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>


+ 1
- 1
sonar/examples/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>poi-examples</artifactId>
<packaging>jar</packaging>

+ 1
- 1
sonar/excelant/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>poi-excelant</artifactId>
<packaging>jar</packaging>

+ 1
- 1
sonar/integration-test/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>

</parent>
<artifactId>integration-test</artifactId>

+ 1
- 1
sonar/main/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>poi-main</artifactId>
<packaging>jar</packaging>

+ 1
- 1
sonar/ooxml-full/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>poi-ooxml-lite</artifactId>

+ 1
- 1
sonar/ooxml/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>poi-ooxml</artifactId>
<packaging>jar</packaging>

+ 1
- 1
sonar/scratchpad/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>poi-scratchpad</artifactId>
<packaging>jar</packaging>

Loading…
Cancel
Save