From e0618d3b6f3f813cf19cdee058975f2ad4744016 Mon Sep 17 00:00:00 2001 From: Tomas Hanley Date: Tue, 22 Jun 2021 19:57:09 +0100 Subject: [PATCH] Release 2.2.0 --- README.md | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76d175f..4481d3d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Set Up Add the following dependency to your gradle build file: ``` -testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.1.0' +testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.2.0' // Add a test container factory, for example grizzly : testCompile group: 'org.glassfish.jersey.test-framework.providers', name: 'jersey-test-framework-provider-grizzly2', version: '2.28' ``` diff --git a/build.gradle.kts b/build.gradle.kts index 018328a..1b6a18b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.github.hanleyt" -version = "2.1.1-SNAPSHOT" +version = "2.2.0" java { sourceCompatibility = JavaVersion.VERSION_1_8 @@ -116,4 +116,4 @@ publishing { signing { sign(publishing.publications["jerseyJunit"]) -} \ No newline at end of file +}