Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2d79160

Browse files
author
Jenkins user
committed
[maven-release-plugin] prepare release v0.8.3.Final
1 parent ac52d6e commit 2d79160

File tree

10 files changed

+15
-11
lines changed

10 files changed

+15
-11
lines changed

debezium-assembly-descriptors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-connector-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-connector-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-connector-postgres/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-ddl-parser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-embedded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

debezium-microbenchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.debezium</groupId>
55
<artifactId>debezium-parent</artifactId>
6-
<version>0.8.3-SNAPSHOT</version>
6+
<version>0.8.3.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.debezium</groupId>
1212
<artifactId>debezium-parent</artifactId>
13-
<version>0.8.3-SNAPSHOT</version>
13+
<version>0.8.3.Final</version>
1414
<name>Debezium Parent POM</name>
1515
<description>Debezium is an open source change data capture platform</description>
1616
<packaging>pom</packaging>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:git@github.com:debezium/debezium.git</connection>
2020
<developerConnection>scm:git:git@github.com:debezium/debezium.git</developerConnection>
2121
<url>https://github.com/debezium/debezium</url>
22-
<tag>HEAD</tag>
22+
<tag>v0.8.3.Final</tag>
2323
</scm>
2424
<issueManagement>
2525
<system>jira</system>

support/checkstyle/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.debezium</groupId>
1212
<artifactId>debezium-checkstyle</artifactId>
13-
<version>0.8.3-SNAPSHOT</version>
13+
<version>0.8.3.Final</version>
1414
<name>Debezium Checkstyle Rules</name>
1515
<description>Contains the definitions for the Debezium commons code style and conventions</description>
1616

@@ -71,4 +71,8 @@
7171
</exclusions>
7272
</dependency>
7373
</dependencies>
74+
75+
<scm>
76+
<tag>v0.8.3.Final</tag>
77+
</scm>
7478
</project>

0 commit comments

Comments
 (0)