Skip to content

Commit bfaef60

Browse files
authored
Merge pull request #2 from tangiel/master
fix artifact naming and bump version to 1.0.0-beta.7
2 parents 6e165c0 + 74621ef commit bfaef60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
apply plugin: 'signing'
2222

2323
group = 'com.google.endpoints'
24-
version = "1.0.0-beta.6-SNAPSHOT"
24+
version = "1.0.0-beta.7"
2525
}
2626

2727
subprojects {

endpoints-control-api-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
dependencies { classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.7' }
2222
}
23-
archivesBaseName = 'endpoints-management-config'
23+
archivesBaseName = 'endpoints-management-api-client'
2424

2525
configureMaven(
2626
project,

0 commit comments

Comments
 (0)