This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch v1.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-prometheus.git
The following commit(s) were added to refs/heads/v1.0 by this push:
new 29ead3b [hotfix][build] Standardize snapshot version naming to follow
other connectors
29ead3b is described below
commit 29ead3bef8e92f78c3af081dbdfa9721f889b43b
Author: Hong Teoh <[email protected]>
AuthorDate: Fri Nov 8 14:45:55 2024 +0000
[hotfix][build] Standardize snapshot version naming to follow other
connectors
---
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 d7292b8..8a60f01 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.0-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 84fa4ab..ad84da2 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.0-SNAPSHOT</version>
</parent>
<name>Flink : Connectors : Prometheus</name>
diff --git a/pom.xml b/pom.xml
index cafcc44..fcde421 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.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Flink : Connectors : Prometheus : Parent</name>