Skip to content

Commit e186a88

Browse files
committed
Updated build settings for Travis
1 parent 0b1ff5f commit e186a88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ bintray {
164164
repo = 'releases'
165165
name = project.name
166166
licenses = ['Apache-2.0']
167-
vcsUrl = 'https://github.com/graphql-java/graphql-java-servlet'
167+
vcsUrl = 'https://github.com/graphql-java-kickstart/graphql-java-servlet'
168168
userOrg = 'graphql-java-kickstart'
169169
version {
170170
name = project.version
171-
vcsTag = 'v${version}'
171+
vcsTag = 'v${project.version}'
172172
}
173173
}
174174
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 6.1.5-SNAPSHOT
1+
version = 6.1.4-SNAPSHOT
22
group = com.graphql-java-kickstart

0 commit comments

Comments
 (0)