summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-02-21 18:45:34 +0800
committerdoufenghu <[email protected]>2024-02-21 18:45:34 +0800
commitb7a1ec49064acd691b3f268bb9bf6b7169583386 (patch)
tree12b3df8004bb7f870f8fb2830e7a69f5b8da2540
parent346dda6ac57bc8ead0939f30f63f926a0d3c07e1 (diff)
Add the release version as 1.1.0
-rw-r--r--README.md2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index deae0f5..b99de3a 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Configure a job, you'll set up Sources, Filters, Processing Pipeline, and Sinks,
## Minimum Requirements
- Git installed
-- Java (JDK8/JDK11 are supported) installed and `JAVA_HOME` set
+- JAVA(JDK/JRE11 are required)installed and `JAVA_HOME` set
- Maven 3.5.4
- Scala 2.12
- Flink 1.13.1
diff --git a/pom.xml b/pom.xml
index b2d3acc..d26977d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
</modules>
<properties>
- <revision>1.0.0</revision>
+ <revision>1.1.0</revision>
<java.version>11</java.version>
<flink.scope>provided</flink.scope>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>