Skip to content

Commit 18ca9f0

Browse files
authored
Merge pull request #74 from webcompere/release-2.1.4
Release 2.1.4
2 parents 5d2a5ce + 581c770 commit 18ca9f0

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class WithEnvironmentVariables {
8080
<dependency>
8181
<groupId>uk.org.webcompere</groupId>
8282
<artifactId>system-stubs-core</artifactId>
83-
<version>2.1.3</version>
83+
<version>2.1.4</version>
8484
</dependency>
8585
```
8686

@@ -90,7 +90,7 @@ class WithEnvironmentVariables {
9090
<dependency>
9191
<groupId>uk.org.webcompere</groupId>
9292
<artifactId>system-stubs-junit4</artifactId>
93-
<version>2.1.3</version>
93+
<version>2.1.4</version>
9494
</dependency>
9595
```
9696

@@ -100,7 +100,7 @@ class WithEnvironmentVariables {
100100
<dependency>
101101
<groupId>uk.org.webcompere</groupId>
102102
<artifactId>system-stubs-jupiter</artifactId>
103-
<version>2.1.3</version>
103+
<version>2.1.4</version>
104104
</dependency>
105105
```
106106

@@ -110,7 +110,7 @@ class WithEnvironmentVariables {
110110
<dependency>
111111
<groupId>uk.org.webcompere</groupId>
112112
<artifactId>system-stubs-testng</artifactId>
113-
<version>2.1.3</version>
113+
<version>2.1.4</version>
114114
</dependency>
115115
```
116116

pom.xml

Lines changed: 3 additions & 3 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.1.4-SNAPSHOT</version>
7+
<version>2.1.5-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>System Stubs Parent</name>
@@ -60,13 +60,13 @@
6060
<dependency>
6161
<groupId>uk.org.webcompere</groupId>
6262
<artifactId>system-stubs-interceptor</artifactId>
63-
<version>2.1.4-SNAPSHOT</version>
63+
<version>2.1.5-SNAPSHOT</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>uk.org.webcompere</groupId>
6868
<artifactId>system-stubs-core</artifactId>
69-
<version>2.1.4-SNAPSHOT</version>
69+
<version>2.1.5-SNAPSHOT</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.commons</groupId>

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.1.4-SNAPSHOT</version>
8+
<version>2.1.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs Core</name>

system-stubs-interceptor/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.1.4-SNAPSHOT</version>
8+
<version>2.1.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-interceptor</artifactId>
13-
<version>2.1.4-SNAPSHOT</version>
13+
<version>2.1.5-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>System Stubs Interceptor</name>

system-stubs-junit4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project and has been rebuilt from the ground up for this version.
99
<dependency>
1010
<groupId>uk.org.webcompere</groupId>
1111
<artifactId>system-stubs-junit4</artifactId>
12-
<version>2.1.3</version>
12+
<version>2.1.4</version>
1313
</dependency>
1414
```
1515

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.1.4-SNAPSHOT</version>
8+
<version>2.1.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs JUnit4</name>

system-stubs-jupiter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JUnit 5 unit test.
77
<dependency>
88
<groupId>uk.org.webcompere</groupId>
99
<artifactId>system-stubs-jupiter</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.1.4</version>
1111
</dependency>
1212
```
1313

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.1.4-SNAPSHOT</version>
8+
<version>2.1.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs Jupiter</name>

system-stubs-testng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides some automatic instantiation of System Stubs objects during the test li
66
<dependency>
77
<groupId>uk.org.webcompere</groupId>
88
<artifactId>system-stubs-testng</artifactId>
9-
<version>2.1.3</version>
9+
<version>2.1.4</version>
1010
</dependency>
1111
```
1212

system-stubs-testng/pom.xml

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

1212

1313
<artifactId>system-stubs-testng</artifactId>
14-
<version>2.1.4-SNAPSHOT</version>
14+
<version>2.1.5-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)