Skip to content

Commit

Permalink
[ci skip] prepare release 0.7.127
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 19, 2024
1 parent 4024080 commit 306e9b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kafka-connect-http-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.clescot</groupId>
<artifactId>kafka-connect-http</artifactId>
<version>0.7.127-SNAPSHOT</version>
<version>0.7.127</version>
</parent>
<artifactId>kafka-connect-http-connectors</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<groupId>io.github.clescot</groupId>
<artifactId>kafka-connect-http-core</artifactId>
<scope>compile</scope>
<version>0.7.127-SNAPSHOT</version>
<version>0.7.127</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-connect-http-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.clescot</groupId>
<artifactId>kafka-connect-http</artifactId>
<version>0.7.127-SNAPSHOT</version>
<version>0.7.127</version>
</parent>
<artifactId>kafka-connect-http-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>a set of Kafka Connect connectors (Sink and Source), to interact with HTTP servers, linked via an in memory queue.</description>
<groupId>io.github.clescot</groupId>
<artifactId>kafka-connect-http</artifactId>
<version>0.7.127-SNAPSHOT</version>
<version>0.7.127</version>
<url>https://github.com/clescot/kafka-connect-http</url>
<licenses>
<license>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/clescot/kafka-connect-http.git</url>
<tag>HEAD</tag>
<tag>0.7.127</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 306e9b0

Please sign in to comment.