This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git
The following commit(s) were added to refs/heads/main by this push:
new 8c1aa8a [hotfix] Update project version to `1.1-SNAPSHOT`
8c1aa8a is described below
commit 8c1aa8a54446d26676565b7087c707417a44142a
Author: David Radley <[email protected]>
AuthorDate: Wed Jul 1 14:40:37 2026 +0100
[hotfix] Update project version to `1.1-SNAPSHOT`
---
flink-connector-http/pom.xml | 4 ++--
flink-sql-connector-http/pom.xml | 6 +++---
pom.xml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/flink-connector-http/pom.xml b/flink-connector-http/pom.xml
index e8af32c..e01dade 100644
--- a/flink-connector-http/pom.xml
+++ b/flink-connector-http/pom.xml
@@ -25,12 +25,12 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-http-parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>flink-connector-http</artifactId>
<name>Flink : Connectors : http</name>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/flink-sql-connector-http/pom.xml b/flink-sql-connector-http/pom.xml
index eb29611..3f41f12 100644
--- a/flink-sql-connector-http/pom.xml
+++ b/flink-sql-connector-http/pom.xml
@@ -25,12 +25,12 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-http-parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>flink-sql-connector-http</artifactId>
<name>Flink : Connectors : SQL : http</name>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -42,7 +42,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-http</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
diff --git a/pom.xml b/pom.xml
index da3ac62..8c532fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@ under the License.
<artifactId>flink-connector-http-parent</artifactId>
<name>Flink : Connectors : http : Parent</name>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/apache/flink-connector-http</url>