Skip to content

Commit

Permalink
set version to 5.3.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Jun 24, 2024
1 parent a0abf65 commit bb541e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0-SNAPSHOT'
version = '5.3.0'
}

/**
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.3.0-SNAPSHOT"/>
<property name="version.id" value="5.3.0"/>
<property name="release.rc" value=""/>

<property environment="env"/>
Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0</version>

<name>Apache POI OSGi bundle</name>
<properties>
Expand Down

0 comments on commit bb541e3

Please sign in to comment.