Skip to content

Commit ae13d00

Browse files
committed
[maven-release-plugin] prepare release v0.8.9
1 parent 9fb12d0 commit ae13d00

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

kafka-connect-http-infra/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>kafka-connect-http-parent</artifactId>
75
<groupId>com.github.castorm</groupId>
8-
<version>0.8.9-SNAPSHOT</version>
6+
<version>0.8.9</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

kafka-connect-http-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>kafka-connect-http-parent</artifactId>
65
<groupId>com.github.castorm</groupId>
7-
<version>0.8.9-SNAPSHOT</version>
6+
<version>0.8.9</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

kafka-connect-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-connect-http-parent</artifactId>
55
<groupId>com.github.castorm</groupId>
6-
<version>0.8.9-SNAPSHOT</version>
6+
<version>0.8.9</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

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

66
<groupId>com.github.castorm</groupId>
77
<artifactId>kafka-connect-http-parent</artifactId>
8-
<version>0.8.9-SNAPSHOT</version>
8+
<version>0.8.9</version>
99
<packaging>pom</packaging>
1010

1111
<name>Kafka Connect HTTP Parent</name>
@@ -41,7 +41,7 @@
4141
<scm>
4242
<url>https://github.com/castorm/kafka-connect-http</url>
4343
<connection>scm:git:https://github.com/castorm/kafka-connect-http.git</connection>
44-
<tag>v0.3.5</tag>
44+
<tag>v0.8.9</tag>
4545
</scm>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)