Skip to content

Commit

Permalink
2.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorso committed Nov 20, 2020
1 parent 8dca74b commit 2b229c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOURCE_7_TARGET_7 = [
"1.7",
]

POM_VERSION = "${project.version}"
POM_VERSION = "2.30"

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

0 comments on commit 2b229c4

Please sign in to comment.