We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350a58 commit 80d35c2Copy full SHA for 80d35c2
build.gradle
@@ -6,8 +6,8 @@ plugins {
6
id "com.github.ben-manes.versions" version "0.28.0"
7
}
8
9
-group 'com.github.hauner.openapi'
10
-version '1.0.0'
+group 'io.openapiprocessor'
+version '1.1.0'
11
12
java {
13
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -48,9 +48,10 @@ bintray {
48
49
pkg {
50
repo = 'openapi-processor'
51
+ userOrg = 'openapi-processor'
52
name = 'openapi-processor-api'
53
licenses = ['Apache-2.0']
- vcsUrl = 'https://github.com/hauner/openapi-processor-api'
54
+ vcsUrl = 'https://github.com/openapi-processor/openapi-processor-api'
55
56
version {
57
name = project.version
0 commit comments