Skip to content

Commit f5ded9c

Browse files
committed
[maven-release-plugin] prepare release 2.0.3
1 parent 242d3e2 commit f5ded9c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.ibodrov.concord</groupId>
77
<artifactId>testcontainers-concord</artifactId>
8-
<version>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</version>
99
<packaging>pom</packaging>
1010

1111
<name>testcontainers-concord</name>
@@ -266,7 +266,7 @@
266266
<scm>
267267
<url>scm:git:[email protected]:concord-workflow/testcontainers-concord.git</url>
268268
<developerConnection>scm:git:[email protected]:concord-workflow/testcontainers-concord.git</developerConnection>
269-
<tag>HEAD</tag>
269+
<tag>2.0.3</tag>
270270
</scm>
271271

272272
<distributionManagement>

testcontainers-concord-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ca.ibodrov.concord</groupId>
88
<artifactId>testcontainers-concord</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>testcontainers-concord-core</artifactId>
14-
<version>2.0.3-SNAPSHOT</version>
14+
<version>2.0.3</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

testcontainers-concord-junit5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ca.ibodrov.concord</groupId>
88
<artifactId>testcontainers-concord</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>testcontainers-concord-junit5</artifactId>
14-
<version>2.0.3-SNAPSHOT</version>
14+
<version>2.0.3</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

testcontainers-concord-shaded/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ca.ibodrov.concord</groupId>
88
<artifactId>testcontainers-concord</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>testcontainers-concord-shaded</artifactId>
14-
<version>2.0.3-SNAPSHOT</version>
14+
<version>2.0.3</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)