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>
 | 
			
		||||
      <groupId>io.opentelemetry</groupId>
 | 
			
		||||
      <artifactId>opentelemetry-api</artifactId>
 | 
			
		||||
      <version>0.7.0-SNAPSHOT</version>
 | 
			
		||||
      <version>0.8.0-SNAPSHOT</version>
 | 
			
		||||
    </dependency>
 | 
			
		||||
  </dependencies>
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			@ -96,7 +96,7 @@ repositories {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
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 {
 | 
			
		||||
    group = "io.opentelemetry"
 | 
			
		||||
    version = "0.7.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
 | 
			
		||||
    version = "0.8.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
configure(opentelemetryProjects) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ subprojects {
 | 
			
		|||
    version = "0.1.0-SNAPSHOT"
 | 
			
		||||
 | 
			
		||||
    ext {
 | 
			
		||||
        opentelemetryVersion = "0.7.0-SNAPSHOT"
 | 
			
		||||
        opentelemetryVersion = "0.8.0-SNAPSHOT"
 | 
			
		||||
        grpcVersion = '1.28.0'
 | 
			
		||||
        protobufVersion = '3.11.4'
 | 
			
		||||
        protocVersion = protobufVersion
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue