Skip to content

Commit

Permalink
[ASP-14476] updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseytatarynov committed Mar 31, 2022
1 parent 22970a5 commit ce91564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'

version = '5.2.3-SNAPSHOT'
version = '5.2.3-AIRSLATE'
ext {
bouncyCastleVersion = '1.70'
commonsCodecVersion = '1.15'
Expand Down Expand Up @@ -261,6 +261,7 @@ subprojects {
publishing {
publications {
mavenJava(MavenPublication) {
groupId 'org.apache.poi'
from components.java

pom {
Expand Down Expand Up @@ -296,8 +297,8 @@ subprojects {
publish {
repository {
repoKey = 'maven-thirdparty'
username = 'username'
password = 'password'
username = System.getenv('MVN_USER')
password = System.getenv('MVN_PASS')
}

defaults {
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.2.3-SNAPSHOT"/>
<property name="version.id" value="5.2.3-AIRSLATE"/>
<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.2.3-SNAPSHOT</version>
<version>5.2.3-AIRSLATE</version>

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

Expand Down

0 comments on commit ce91564

Please sign in to comment.