mirror of https://github.com/grpc/grpc-java.git
Change version to 0.10.0-SNAPSHOT
We aren't 100% certain the next release is 1.0, so swap to a more conservative number for snapshots.
This commit is contained in:
parent
24c398ed1c
commit
d823d356a3
|
|
@ -18,7 +18,7 @@ subprojects {
|
||||||
apply plugin: "jacoco"
|
apply plugin: "jacoco"
|
||||||
|
|
||||||
group = "io.grpc"
|
group = "io.grpc"
|
||||||
version = "1.0.0-SNAPSHOT"
|
version = "0.10.0-SNAPSHOT"
|
||||||
|
|
||||||
sourceCompatibility = 1.6
|
sourceCompatibility = 1.6
|
||||||
targetCompatibility = 1.6
|
targetCompatibility = 1.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue