Skip to content

Commit

Permalink
Update readme for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Sep 23, 2023
1 parent 7841fe7 commit c820212
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

Expand All @@ -90,7 +90,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-junit4</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

Expand All @@ -100,7 +100,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.1</version>
<version>2.1.2</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.1</version>
<version>2.1.2</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.1</version>
<version>2.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-testng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Provides some automatic instantiation of System Stubs objects during the test li
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-testng</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

Expand Down

0 comments on commit c820212

Please sign in to comment.