Skip to content

Commit 026f50d

Browse files
committed
Updated build settings for Travis
1 parent 15c1d28 commit 026f50d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://travis-ci.org/graphql-java/graphql-java-servlet.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-servlet)
1+
[![Build Status](https://travis-ci.org/graphql-java-kickstart/graphql-java-servlet.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-servlet)
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-servlet/badge.svg?service=github)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-servlet)
3-
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java/graphql-java)
3+
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java-kickstart/Lobby)
44

55
# GraphQL Servlet
66

@@ -243,4 +243,4 @@ public class CustomGraphQLContextBuilder implements GraphQLContextBuilder {
243243
.thenApply(userDetail -> userDetail != null ? userDetail.getEmailAddress() : null);
244244
}
245245

246-
```
246+
```

build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
plugins {
11-
id "com.jfrog.bintray" version "1.6"
11+
id "com.jfrog.bintray" version "1.8.4"
1212
id 'net.researchgate.release' version '2.3.4'
1313
}
1414

@@ -94,7 +94,7 @@ publishing {
9494
publications {
9595
maven(MavenPublication) {
9696
from components.java
97-
groupId 'com.graphql-java'
97+
groupId 'com.graphql-java-kickstart'
9898
artifactId project.name
9999
version project.version
100100

@@ -106,13 +106,13 @@ publishing {
106106
resolveStrategy = Closure.DELEGATE_FIRST
107107
name 'graphql-java-servlet'
108108
description 'relay.js-compatible GraphQL servlet'
109-
url 'https://github.com/graphql-java/graphql-java-servlet'
109+
url 'https://github.com/graphql-java-kickstart/graphql-java-servlet'
110110
inceptionYear '2016'
111111

112112
scm {
113-
url 'https://github.com/graphql-java/graphql-java-servlet'
114-
connection 'scm:https://yrashk@github.com/graphql-java/graphql-java-servlet.git'
115-
developerConnection 'scm:git://github.com/graphql-java/graphql-java-servlet.git'
113+
url 'https://github.com/graphql-java-kickstart/graphql-java-servlet'
114+
connection 'scm:https://github.com/graphql-java-kickstart/graphql-java-servlet.git'
115+
developerConnection 'scm:git://github.com/graphql-java-kickstart/graphql-java-servlet.git'
116116
}
117117

118118
licenses {
@@ -160,10 +160,11 @@ bintray {
160160
publications = ['maven']
161161
publish = true
162162
pkg {
163-
repo = 'maven'
163+
repo = 'releases'
164164
name = project.name
165165
licenses = ['Apache-2.0']
166166
vcsUrl = 'https://github.com/graphql-java/graphql-java-servlet'
167+
userOrg = 'graphql-java-kickstart'
167168
version {
168169
name = project.version
169170
}

0 commit comments

Comments
 (0)