Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 24539b8

Browse files
committed
Release 4.4.0
1 parent c7b5616 commit 24539b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

example-graphql-tools/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ dependencies {
3636
// testCompile group: 'junit', name: 'junit', version: '4.12'
3737
testCompile "org.springframework.boot:spring-boot-starter-test:$LIB_SPRING_BOOT_VER"
3838
}
39+
40+
jar.enabled = false
41+
uploadArchives.enabled = false
42+
bintrayUpload.enabled = false

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
#
1919

20-
PROJECT_VERSION = 4.3.0
20+
PROJECT_VERSION = 4.4.0
2121
PROJECT_GROUP = com.graphql-java
2222
PROJECT_NAME = graphql-spring-boot
2323
PROJECT_DESC = GraphQL Spring Framework Boot
@@ -40,7 +40,7 @@ LIB_GRAPHQL_JAVA_VER = 9.0
4040
LIB_JUNIT_VER = 4.12
4141
LIB_SPRING_CORE_VER = 5.0.4.RELEASE
4242
LIB_SPRING_BOOT_VER = 2.0.3.RELEASE
43-
LIB_GRAPHQL_SERVLET_VER = 5.1.1
43+
LIB_GRAPHQL_SERVLET_VER = 5.2.0
4444
LIB_GRAPHQL_JAVA_TOOLS_VER = 5.2.0
4545
LIB_COMMONS_IO_VER = 2.6
4646

0 commit comments

Comments
 (0)