This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
6464 $ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release
6565 $ VERSION_FILES=(
6666 build.gradle
67+ examples/build.gradle
68+ examples/pom.xml
6769 api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
6870 )
6971 $ git checkout -b v$MAJOR.$MINOR.x master
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212group = " io.opencensus"
13- version = " 0.11.0 -SNAPSHOT"
13+ version = " 0.11.1 -SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
1414
1515def opencensusVersion = " 0.10.1" // LATEST_OPENCENSUS_RELEASE_VERSION
1616
Original file line number Diff line number Diff line change 44 <groupId >io.opencensus</groupId >
55 <artifactId >opencensus-examples</artifactId >
66 <packaging >jar</packaging >
7- <version >0.11.0 -SNAPSHOT</version ><!-- CURRENT_OPENCENSUS_VERSION -->
7+ <version >0.11.1 -SNAPSHOT</version ><!-- CURRENT_OPENCENSUS_VERSION -->
88 <name >opencensus-examples</name >
99 <url >http://maven.apache.org</url >
1010 <properties >
You can’t perform that action at this time.
0 commit comments