Skip to content

Commit eaff61a

Browse files
committed
[maven-release-plugin] prepare release v0.8.5
1 parent 1d8cca2 commit eaff61a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

kafka-connect-http-test/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.5-SNAPSHOT</version>
6+
<version>0.8.5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<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.5-SNAPSHOT</version>
6+
<version>0.8.5</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.5-SNAPSHOT</version>
8+
<version>0.8.5</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.5</tag>
4545
</scm>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)