Skip to content

Commit

Permalink
2.29.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorso committed Sep 10, 2020
1 parent 6e71d51 commit f3be0a9
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.29.1"

# 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 f3be0a9

Please sign in to comment.