This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-prometheus.git
The following commit(s) were added to refs/heads/main by this push:
new 233e2ff [hotfix][build] Bump to 1.1-SNAPSHOT after v1.0 release
233e2ff is described below
commit 233e2ff283571acc7b3f843f5ee26c37e478fe22
Author: Hong Teoh <[email protected]>
AuthorDate: Fri Nov 8 14:48:29 2024 +0000
[hotfix][build] Bump to 1.1-SNAPSHOT after v1.0 release
---
flink-connector-prometheus-request-signer-amp/pom.xml | 2 +-
flink-connector-prometheus/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/flink-connector-prometheus-request-signer-amp/pom.xml
b/flink-connector-prometheus-request-signer-amp/pom.xml
index ae3dd0c..65f62ac 100644
--- a/flink-connector-prometheus-request-signer-amp/pom.xml
+++ b/flink-connector-prometheus-request-signer-amp/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-prometheus-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<name>Flink : Connectors : Prometheus : Amazon Managed Prometheus Request
Signer</name>
diff --git a/flink-connector-prometheus/pom.xml
b/flink-connector-prometheus/pom.xml
index 283f9d0..90b101b 100644
--- a/flink-connector-prometheus/pom.xml
+++ b/flink-connector-prometheus/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-prometheus-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<name>Flink : Connectors : Prometheus</name>
diff --git a/pom.xml b/pom.xml
index 2ac2174..0d1dc14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-prometheus-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Flink : Connectors : Prometheus : Parent</name>