Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 83952ee

Browse files
authored
[v0.11.x] Update scripts in RELEASING.md to include build.gradlew and examples/pom.xml, and apply the change. (#944)
1 parent 317a68d commit 83952ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group = "io.opencensus"
13-
version = "0.11.0-SNAPSHOT"
13+
version = "0.11.1-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
1414

1515
def opencensusVersion = "0.10.1" // LATEST_OPENCENSUS_RELEASE_VERSION
1616

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)