This is an automated email from the ASF dual-hosted git repository. davidradl pushed a commit to branch pomupdate in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git
commit 5d1359a369b62ecfb5966ea0ae3b9621f6f8eca3 Author: [email protected] <[email protected]> AuthorDate: Wed Jul 1 13:39:15 2026 +0100 [hotfix] Update poms to 1.1-SNAPSHOT Signed-off-by: [email protected] <[email protected]> --- 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>
