aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Corso <bcorso@google.com>2020-09-10 12:35:27 -0700
committerBrad Corso <bcorso@google.com>2020-09-10 12:35:27 -0700
commitf3be0a9fdbc6a31eeffd3d196c9a831ecc2c0eb7 (patch)
tree0930bbc2341b9b0091992f912c2a1afd97f177b5
parent6e71d5139d3356ff462d0fc04a63b70807637434 (diff)
downloaddagger2-upstream-dagger-2.29.1.tar.gz
-rw-r--r--build_defs.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_defs.bzl b/build_defs.bzl
index 01a480ea8..932ca086a 100644
--- a/build_defs.bzl
+++ b/build_defs.bzl
@@ -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"