diff --git a/README.md b/README.md
index 12b671d4c..a5a98f4ed 100644
--- a/README.md
+++ b/README.md
@@ -4,25 +4,18 @@
# Maven
```xml
-
- org.jmock
- jmock-imposters
- 2.10.0-RC3
- test
-
org.jmock
jmock-junit5
- 2.10.0-RC3
+ 2.11.0
test
```
# Gradle
```
testCompile(
- "junit:junit5:2.10.0",
- "org.jmock:jmock-imposters:2.10.0-RC3"
- "org.jmock:jmock-junit5:2.10.0-RC3"
+ "junit:junit5:5.3.1",
+ "org.jmock:jmock-junit5:2.11.0"
)
```
# Recent Changes
diff --git a/jmock-example/pom.xml b/jmock-example/pom.xml
index 7d5bc3d6c..ff97b4557 100644
--- a/jmock-example/pom.xml
+++ b/jmock-example/pom.xml
@@ -12,7 +12,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
../pom.xml
@@ -47,12 +47,12 @@
org.jmock
jmock-junit3
- 2.10.0-RC3
+ 2.11.0
org.jmock
jmock-junit4
- 2.10.0-RC3
+ 2.11.0
diff --git a/jmock-imposters-tests/pom.xml b/jmock-imposters-tests/pom.xml
index ef1e64266..393a1bc95 100644
--- a/jmock-imposters-tests/pom.xml
+++ b/jmock-imposters-tests/pom.xml
@@ -6,7 +6,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
jmock-imposters-tests
@@ -15,23 +15,23 @@
org.jmock
jmock
- 2.10.0-RC3
+ 2.11.0
test-jar
org.jmock
jmock-junit4
- 2.10.0-RC3
+ 2.11.0
org.jmock
jmock-junit5
- 2.10.0-RC3
+ 2.11.0
org.jmock
jmock-testjar
- 2.10.0-RC3
+ 2.11.0
test
diff --git a/jmock-imposters/pom.xml b/jmock-imposters/pom.xml
index df105c0e3..5dc340d4f 100644
--- a/jmock-imposters/pom.xml
+++ b/jmock-imposters/pom.xml
@@ -6,7 +6,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
jmock-imposters
Class mocks are more numerous than interface mocks, so drop the legacy name
diff --git a/jmock-junit3/pom.xml b/jmock-junit3/pom.xml
index 6e154b2ec..e439ee765 100644
--- a/jmock-junit3/pom.xml
+++ b/jmock-junit3/pom.xml
@@ -5,7 +5,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
jmock-junit3
diff --git a/jmock-junit4/pom.xml b/jmock-junit4/pom.xml
index 6cca90ec6..de8e51d8e 100644
--- a/jmock-junit4/pom.xml
+++ b/jmock-junit4/pom.xml
@@ -10,7 +10,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
diff --git a/jmock-junit5/pom.xml b/jmock-junit5/pom.xml
index a4b93564d..edab497cb 100644
--- a/jmock-junit5/pom.xml
+++ b/jmock-junit5/pom.xml
@@ -9,7 +9,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
diff --git a/jmock-junit5/src/test/java/org/jmock/junit5/testdata/JUnit5TestThatDoesSatisfyExpectations.java b/jmock-junit5/src/test/java/org/jmock/junit5/testdata/JUnit5TestThatDoesSatisfyExpectations.java
index 90a390eed..7f79e5dcc 100644
--- a/jmock-junit5/src/test/java/org/jmock/junit5/testdata/JUnit5TestThatDoesSatisfyExpectations.java
+++ b/jmock-junit5/src/test/java/org/jmock/junit5/testdata/JUnit5TestThatDoesSatisfyExpectations.java
@@ -10,10 +10,10 @@ public class JUnit5TestThatDoesSatisfyExpectations {
@RegisterExtension
JUnit5Mockery context = new JUnit5Mockery();
-
+
@Mock
private Runnable runnable;
-
+
@Test
public void doesSatisfyExpectations() {
context.checking(new Expectations() {{
diff --git a/jmock-legacy/pom.xml b/jmock-legacy/pom.xml
index 117825337..cce9fea1c 100644
--- a/jmock-legacy/pom.xml
+++ b/jmock-legacy/pom.xml
@@ -10,7 +10,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
diff --git a/jmock/pom.xml b/jmock/pom.xml
index 60e003bfc..7e44e6d9c 100644
--- a/jmock/pom.xml
+++ b/jmock/pom.xml
@@ -10,7 +10,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index b0b3155a8..c52f703ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
pom
jMock 2 Parent
diff --git a/testjar/pom.xml b/testjar/pom.xml
index f5b967e84..d0550ed4e 100644
--- a/testjar/pom.xml
+++ b/testjar/pom.xml
@@ -11,7 +11,7 @@
org.jmock
jmock-parent
- 2.10.0-RC3
+ 2.11.0
../pom.xml