summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-05 10:35:19 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-05 10:35:19 +0000
commit71f063b465244bd954ea39883ced713a49dc1b67 (patch)
treee3c92497cf1beeb0608ae06537d9aab8028e008c /build.gradle
parent53ae30b7e017f860ef8180181636148fb15763fb (diff)
downloadpoi-71f063b465244bd954ea39883ced713a49dc1b67.tar.gz
poi-71f063b465244bd954ea39883ced713a49dc1b67.zip
prep v5.2.0 (RC1)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 18d55e27a8..97f0a33829 100644
--- a/build.gradle
+++ b/build.gradle
@@ -111,7 +111,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'
- version = '5.2.0-SNAPSHOT'
+ version = '5.2.0'
ext {
bouncyCastleVersion = '1.70'
commonsCodecVersion = '1.15'