Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanleyt committed Jun 22, 2021
1 parent 6bd9419 commit e0618d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.hanleyt"
version = "2.1.1-SNAPSHOT"
version = "2.2.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -116,4 +116,4 @@ publishing {

signing {
sign(publishing.publications["jerseyJunit"])
}
}

0 comments on commit e0618d3

Please sign in to comment.