This is an automated email from the ASF dual-hosted git repository.
dannycranmer 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 ecdba02 [FLINK-33151][Connectors / Prometheus] Update README
ecdba02 is described below
commit ecdba026c7f4cea1e5f5b22bb7c5cf42c057aeae
Author: Danny Cranmer <[email protected]>
AuthorDate: Mon Sep 25 09:53:32 2023 +0100
[FLINK-33151][Connectors / Prometheus] Update README
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 89cb1a8..2f26c56 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,18 @@ Apache Flink is an open source stream processing framework
with powerful stream-
Learn more about Flink at
[https://flink.apache.org/](https://flink.apache.org/)
-## Building the Apache Flink AWS Connectors from Source
+## Building the Apache Flink Prometheus Connector from Source
Prerequisites:
* Unix-like environment (we use Linux, Mac OS X)
* Git
-* Maven (we recommend version 3.8.5)
+* Maven (we recommend version 3.8.6)
* Java 11
```
-git clone https://github.com/apache/flink-connector-aws.git
-cd flink-connector-aws
+git clone https://github.com/apache/flink-connector-prometheus.git
+cd flink-connector-prometheus
mvn clean package -DskipTests
```