Skip to content

Commit

Permalink
2.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorso committed May 26, 2020
1 parent c1ddd0c commit d96c543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/maven.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def pom_file(name, targets, artifact_name, artifact_id, packaging = None, **kwar
**kwargs
)

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

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

def gen_maven_artifact(
name,
Expand Down

0 comments on commit d96c543

Please sign in to comment.