We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e165c0 + 74621ef commit bfaef60Copy full SHA for bfaef60
build.gradle
@@ -21,7 +21,7 @@ allprojects {
21
apply plugin: 'signing'
22
23
group = 'com.google.endpoints'
24
- version = "1.0.0-beta.6-SNAPSHOT"
+ version = "1.0.0-beta.7"
25
}
26
27
subprojects {
endpoints-control-api-client/build.gradle
@@ -20,7 +20,7 @@ buildscript {
20
dependencies { classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.7' }
-archivesBaseName = 'endpoints-management-config'
+archivesBaseName = 'endpoints-management-api-client'
configureMaven(
project,
0 commit comments