Start 0.8.0 development cycle (#1497)

This commit is contained in:
Carlos Alberto Cortez 2020-08-04 02:07:13 +02:00 committed by GitHub
parent 4680c3a327
commit b002d75212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ Snapshots based out the `master` branch are available for `opentelemetry-api`, `
<dependency> <dependency>
<groupId>io.opentelemetry</groupId> <groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId> <artifactId>opentelemetry-api</artifactId>
<version>0.7.0-SNAPSHOT</version> <version>0.8.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -96,7 +96,7 @@ repositories {
} }
dependencies { dependencies {
compile('io.opentelemetry:opentelemetry-api:0.7.0-SNAPSHOT') compile('io.opentelemetry:opentelemetry-api:0.8.0-SNAPSHOT')
} }
``` ```

View File

@ -13,7 +13,7 @@ ext {
subprojects { subprojects {
group = "io.opentelemetry" group = "io.opentelemetry"
version = "0.7.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION version = "0.8.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
} }
configure(opentelemetryProjects) { configure(opentelemetryProjects) {

View File

@ -14,7 +14,7 @@ subprojects {
version = "0.1.0-SNAPSHOT" version = "0.1.0-SNAPSHOT"
ext { ext {
opentelemetryVersion = "0.7.0-SNAPSHOT" opentelemetryVersion = "0.8.0-SNAPSHOT"
grpcVersion = '1.28.0' grpcVersion = '1.28.0'
protobufVersion = '3.11.4' protobufVersion = '3.11.4'
protocVersion = protobufVersion protocVersion = protobufVersion