Skip to content

Commit

Permalink
[maven-release-plugin] prepare release system-stubs-parent-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Sep 6, 2023
1 parent c9c10fe commit f0f7925
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>System Stubs Parent</name>
Expand Down Expand Up @@ -59,13 +59,13 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</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.2-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-core</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</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.2-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>System Stubs Interceptor</name>
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.2-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-junit4</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>System Stubs JUnit4</name>
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.2-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>System Stubs Jupiter</name>
Expand Down

0 comments on commit f0f7925

Please sign in to comment.