Skip to content

Commit

Permalink
snapshot version
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921935 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 18, 2024
1 parent 7bc2dce commit 8fe2319
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'

version = '5.4.0'
version = '5.4.0-SNAPSHOT'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ under the License.

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

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

<property environment="env"/>
Expand Down
4 changes: 2 additions & 2 deletions osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.4.0</version>
<version>5.4.0-SNAPSHOT</version>

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

Expand Down

0 comments on commit 8fe2319

Please sign in to comment.