Skip to content

Commit f613948

Browse files
committed
[maven-release-plugin] prepare release testcontainers-0.9.9
1 parent 87a72d5 commit f613948

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

modules/docker-compose/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

modules/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

modules/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

modules/nginx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

modules/oracle-xe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.testcontainers</groupId>
1010
<artifactId>testcontainers-parent</artifactId>
11-
<version>0.9.9-SNAPSHOT</version>
11+
<version>0.9.9</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

modules/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

modules/selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.testcontainers</groupId>
77
<artifactId>testcontainers-parent</artifactId>
8-
<version>0.9.9-SNAPSHOT</version>
8+
<version>0.9.9</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

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

55
<groupId>org.testcontainers</groupId>
66
<artifactId>testcontainers-parent</artifactId>
7-
<version>0.9.9-SNAPSHOT</version>
7+
<version>0.9.9</version>
88

99
<packaging>pom</packaging>
1010

@@ -141,7 +141,7 @@
141141
<connection>scm:git:https://github.com/testcontainers/testcontainers-java.git</connection>
142142
<developerConnection>scm:git:git@github.com:testcontainers/testcontainers-java.git</developerConnection>
143143
<url>https://github.com/testcontainers/testcontainers-java</url>
144-
<tag>HEAD</tag>
144+
<tag>testcontainers-0.9.9</tag>
145145
</scm>
146146

147147
<distributionManagement>

0 commit comments

Comments
 (0)