Skip to content

Commit 9b564d3

Browse files
committed
[maven-release-plugin] prepare release system-stubs-parent-2.0.2
1 parent d254434 commit 9b564d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.0.2-SNAPSHOT</version>
7+
<version>2.0.2</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-2.0.2</tag>
3636
</scm>
3737

3838
<modules>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>uk.org.webcompere</groupId>
6060
<artifactId>system-stubs-core</artifactId>
61-
<version>2.0.2-SNAPSHOT</version>
61+
<version>2.0.2</version>
6262
</dependency>
6363

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

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

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

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

1616
<name>System Stubs Jupiter</name>

0 commit comments

Comments
 (0)