Skip to content

Commit

Permalink
Add new version to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Sep 6, 2023
1 parent 8243461 commit 5b41825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ System Stubs into JUnit 5 tests.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand All @@ -57,7 +57,7 @@ System Stubs into JUnit 5 tests.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-junit4</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand All @@ -67,7 +67,7 @@ System Stubs into JUnit 5 tests.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-junit4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project and has been rebuilt from the ground up for this version.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-junit4</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-jupiter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JUnit 5 unit test.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 5b41825

Please sign in to comment.