Skip to content

Commit 0f3b61c

Browse files
committed
2.31 release
1 parent c153972 commit 0f3b61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_defs.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOURCE_7_TARGET_7 = [
2525
"1.7",
2626
]
2727

28-
POM_VERSION = "${project.version}"
28+
POM_VERSION = "2.31"
2929

3030
# DO NOT remove the comment on the next line. It's used in deploy-to-maven-central.sh
31-
POM_VERSION_ALPHA = POM_VERSION #ALPHA_POSTFIX
31+
POM_VERSION_ALPHA = POM_VERSION + "-alpha"

0 commit comments

Comments
 (0)