Skip to content

Commit 65cf9fe

Browse files
committed
[maven-release-plugin] prepare release test-containers-0.9.3
1 parent 8b57e81 commit 65cf9fe

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</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.rnorth</groupId>
77
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.rnorth</groupId>
76
<artifactId>test-containers-parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
98

109
<packaging>pom</packaging>
1110

@@ -109,7 +108,7 @@
109108
<connection>scm:git:https://github.com/rnorth/test-containers.git</connection>
110109
<developerConnection>scm:git:git@github.com:rnorth/test-containers.git</developerConnection>
111110
<url>https://github.com/rnorth/test-containers</url>
112-
<tag>HEAD</tag>
111+
<tag>test-containers-0.9.3</tag>
113112
</scm>
114113

115114
<distributionManagement>

0 commit comments

Comments
 (0)