Skip to content

Commit 80d35c2

Browse files
committed
changed to new group id, resolves #2
1 parent f350a58 commit 80d35c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
id "com.github.ben-manes.versions" version "0.28.0"
77
}
88

9-
group 'com.github.hauner.openapi'
10-
version '1.0.0'
9+
group 'io.openapiprocessor'
10+
version '1.1.0'
1111

1212
java {
1313
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -48,9 +48,10 @@ bintray {
4848

4949
pkg {
5050
repo = 'openapi-processor'
51+
userOrg = 'openapi-processor'
5152
name = 'openapi-processor-api'
5253
licenses = ['Apache-2.0']
53-
vcsUrl = 'https://github.com/hauner/openapi-processor-api'
54+
vcsUrl = 'https://github.com/openapi-processor/openapi-processor-api'
5455

5556
version {
5657
name = project.version

0 commit comments

Comments
 (0)