Skip to content

Commit 272a6eb

Browse files
committed
[maven-release-plugin] prepare release system-stubs-parent-2.1.5
1 parent b59e27b commit 272a6eb

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

pom.xml

Lines changed: 4 additions & 4 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.5-SNAPSHOT</version>
7+
<version>2.1.5</version>
88
<packaging>pom</packaging>
99

1010
<name>System Stubs Parent</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git://github.com/webcompere/system-stubs.git</connection>
3333
<developerConnection>scm:git:git@github.com:webcompere/system-stubs.git</developerConnection>
3434
<url>https://github.com/webcompere/system-stubs/</url>
35-
<tag>system-stubs-parent-2.1.3</tag>
35+
<tag>system-stubs-parent-2.1.5</tag>
3636
</scm>
3737

3838
<modules>
@@ -60,13 +60,13 @@
6060
<dependency>
6161
<groupId>uk.org.webcompere</groupId>
6262
<artifactId>system-stubs-interceptor</artifactId>
63-
<version>2.1.5-SNAPSHOT</version>
63+
<version>2.1.5</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>uk.org.webcompere</groupId>
6868
<artifactId>system-stubs-core</artifactId>
69-
<version>2.1.5-SNAPSHOT</version>
69+
<version>2.1.5</version>
7070
</dependency>
7171
<dependency>
7272
<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.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1212
<artifactId>system-stubs-interceptor</artifactId>
13-
<version>2.1.5-SNAPSHOT</version>
13+
<version>2.1.5</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.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>system-stubs-junit4</artifactId>
13-
<version>2.1.5-SNAPSHOT</version>
13+
<version>2.1.5</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.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs Jupiter</name>

system-stubs-testng/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>system-stubs-parent</artifactId>
8-
<version>2.1.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212

1313
<artifactId>system-stubs-testng</artifactId>
14-
<version>2.1.5-SNAPSHOT</version>
14+
<version>2.1.5</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)