Skip to content

Commit

Permalink
[maven-release-plugin] prepare release system-stubs-parent-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Sep 23, 2023
1 parent fe62ced commit 06aaa91
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 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.2-SNAPSHOT</version>
<version>2.1.2</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:[email protected]:webcompere/system-stubs.git</developerConnection>
<url>https://github.com/webcompere/system-stubs/</url>
<tag>system-stubs-parent-2.1.1</tag>
<tag>system-stubs-parent-2.1.2</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.2-SNAPSHOT</version>
<version>2.1.2</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.2</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.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

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

<name>System Stubs Jupiter</name>
Expand Down
8 changes: 3 additions & 5 deletions system-stubs-testng/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>


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

<properties>
Expand Down

0 comments on commit 06aaa91

Please sign in to comment.