Skip to content

Commit 06c5153

Browse files
authored
Merge pull request #42 from webcompere/release-2-0-1
Release 2 0 1
2 parents 870938a + 778027c commit 06c5153

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/r943gjn189rlxts9/branch/main?svg=true)](https://ci.appveyor.com/project/ashleyfrieze/system-stubs/branch/main)
44
[![codecov](https://codecov.io/gh/webcompere/system-stubs/branch/main/graph/badge.svg?token=J0N9VCXFQ1)](https://codecov.io/gh/webcompere/system-stubs)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.org.webcompere/system-stubs-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.org.webcompere/system-stubs-parent/)
56

67
> **⚠ WARNING: JDK Compatibility.**
78
> From JDK16 onwards, there are deeper restrictons on the ability to use reflection. Previous versions of this library, and others in the space, encounter
@@ -65,7 +66,7 @@ of `3.12.4` or later.
6566
<dependency>
6667
<groupId>uk.org.webcompere</groupId>
6768
<artifactId>system-stubs-core</artifactId>
68-
<version>2.0.0</version>
69+
<version>2.0.1</version>
6970
</dependency>
7071
```
7172

@@ -75,7 +76,7 @@ of `3.12.4` or later.
7576
<dependency>
7677
<groupId>uk.org.webcompere</groupId>
7778
<artifactId>system-stubs-junit4</artifactId>
78-
<version>2.0.0</version>
79+
<version>2.0.1</version>
7980
</dependency>
8081
```
8182

@@ -85,7 +86,7 @@ of `3.12.4` or later.
8586
<dependency>
8687
<groupId>uk.org.webcompere</groupId>
8788
<artifactId>system-stubs-jupiter</artifactId>
88-
<version>2.0.0</version>
89+
<version>2.0.1</version>
8990
</dependency>
9091
```
9192

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>uk.org.webcompere</groupId>
66
<artifactId>system-stubs-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>System Stubs Parent</name>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>uk.org.webcompere</groupId>
6060
<artifactId>system-stubs-core</artifactId>
61-
<version>2.0.1-SNAPSHOT</version>
61+
<version>2.0.2-SNAPSHOT</version>
6262
</dependency>
6363

6464
<dependency>

system-stubs-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>system-stubs-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.2-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-core</artifactId>
13-
<version>2.0.1-SNAPSHOT</version>
13+
<version>2.0.2-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>System Stubs Core</name>

system-stubs-junit4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>system-stubs-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.2-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-junit4</artifactId>
13-
<version>2.0.1-SNAPSHOT</version>
13+
<version>2.0.2-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>System Stubs JUnit4</name>

system-stubs-jupiter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>system-stubs-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.2-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-jupiter</artifactId>
13-
<version>2.0.1-SNAPSHOT</version>
13+
<version>2.0.2-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>System Stubs Jupiter</name>

0 commit comments

Comments
 (0)