Skip to content

Commit c50f94d

Browse files
committed
[maven-release-plugin] prepare release system-stubs-parent-1.2.1
1 parent d847257 commit c50f94d

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>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</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:[email protected]:webcompere/system-stubs.git</developerConnection>
3434
<url>https://github.com/webcompere/system-stubs/</url>
35-
<tag>system-stubs-parent-1.0.0</tag>
35+
<tag>system-stubs-parent-1.2.1</tag>
3636
</scm>
3737

3838
<modules>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>uk.org.webcompere</groupId>
6161
<artifactId>system-stubs-core</artifactId>
62-
<version>1.2.1-SNAPSHOT</version>
62+
<version>1.2.1</version>
6363
</dependency>
6464

6565
<dependency>

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>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

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

1616
<name>System Stubs Core</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>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

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

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

1212

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

1717
<properties>

0 commit comments

Comments
 (0)