Skip to content

Commit

Permalink
Merge pull request #76 from webcompere/release215
Browse files Browse the repository at this point in the history
Release215
  • Loading branch information
ashleyfrieze committed Nov 12, 2023
2 parents b59e27b + 5b1d04f commit 1cb1edd
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 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.4</version>
<version>2.1.5</version>
</dependency>
```

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

Expand All @@ -100,7 +100,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -110,7 +110,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-testng</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>System Stubs Parent</name>
Expand Down Expand Up @@ -60,13 +60,13 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions system-stubs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-core</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>System Stubs Core</name>
Expand Down
4 changes: 2 additions & 2 deletions system-stubs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>System Stubs Interceptor</name>
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.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions system-stubs-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-junit4</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>System Stubs JUnit4</name>
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.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions system-stubs-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>System Stubs Jupiter</name>
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.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions system-stubs-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


<artifactId>system-stubs-testng</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 1cb1edd

Please sign in to comment.