Start 0.8.0 development cycle (#1497)
This commit is contained in:
parent
4680c3a327
commit
b002d75212
|
|
@ -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')
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue