Skip to content

Commit

Permalink
[maven-release-plugin] prepare release system-stubs-parent-2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Jan 13, 2024
1 parent 987b72c commit 7b8134c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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.6-SNAPSHOT</version>
<version>2.1.6</version>
<packaging>pom</packaging>

<name>System Stubs Parent</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<connection>scm:git:git://github.com/webcompere/system-stubs.git</connection>
<developerConnection>scm:git:git@github.com:webcompere/system-stubs.git</developerConnection>
<url>https://github.com/webcompere/system-stubs/</url>
<tag>system-stubs-parent-2.1.3</tag>
<tag>system-stubs-parent-2.1.6</tag>
</scm>

<modules>
Expand Down Expand Up @@ -60,13 +60,13 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</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.6-SNAPSHOT</version>
<version>2.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>system-stubs-interceptor</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</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.6-SNAPSHOT</version>
<version>2.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>system-stubs-junit4</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</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.6-SNAPSHOT</version>
<version>2.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>System Stubs Jupiter</name>
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.6-SNAPSHOT</version>
<version>2.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>


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

<properties>
Expand Down

0 comments on commit 7b8134c

Please sign in to comment.