aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-18 13:38:09 -0700
committerGitHub <noreply@github.com>2018-09-18 13:38:09 -0700
commit7859b8cd8c1510ede52035dfa5ff7b29e0d9d2a8 (patch)
tree9e923e995e7f7231e47ea168a63b4ef2d737a778 /RELEASING.md
parenta5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2 (diff)
downloadopencensus-java-7859b8cd8c1510ede52035dfa5ff7b29e0d9d2a8.tar.gz
Update release version for Bazel build files. (#1457)
This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel.
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 19cfc50b..e5feb95a 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -247,6 +247,7 @@ $ sed -i 's/\(<version>\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
```bash
$ bazel run //generate_workspace -- \
+ --artifact=com.google.guava:guava-jdk5:23.0
--artifact=com.google.guava:guava:23.0 \
--artifact=io.grpc:grpc-all:1.9.0 \
--artifact=io.opencensus:opencensus-api:$MAJOR.$MINOR.$PATCH \