Skip to content

Commit f0f7925

Browse files
committed
[maven-release-plugin] prepare release system-stubs-parent-2.1.1
1 parent c9c10fe commit f0f7925

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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.2-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>System Stubs Parent</name>
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>uk.org.webcompere</groupId>
6161
<artifactId>system-stubs-interceptor</artifactId>
62-
<version>2.1.2-SNAPSHOT</version>
62+
<version>2.1.1</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>uk.org.webcompere</groupId>
6767
<artifactId>system-stubs-core</artifactId>
68-
<version>2.1.2-SNAPSHOT</version>
68+
<version>2.1.1</version>
6969
</dependency>
7070
<dependency>
7171
<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.2-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-core</artifactId>
13-
<version>2.1.2-SNAPSHOT</version>
13+
<version>2.1.1</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.2-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs Interceptor</name>

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

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

1616
<name>System Stubs JUnit4</name>

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

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

1616
<name>System Stubs Jupiter</name>

0 commit comments

Comments
 (0)