Skip to content

Commit 6788eba

Browse files
authored
update version (#2328)
1 parent c956c93 commit 6788eba

48 files changed

Lines changed: 48 additions & 48 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ print_logo() {
116116
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
117117
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
118118
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
119-
printf ' %s Version: 2.1.0 %s\n' $BLUE $RESET
119+
printf ' %s Version: 2.0.0 %s\n' $BLUE $RESET
120120
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
121121
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
122122
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.streampark</groupId>
2828
<artifactId>streampark</artifactId>
29-
<version>2.1.0</version>
29+
<version>2.0.0</version>
3030
<packaging>pom</packaging>
3131
<name>StreamPark Project Parent POM</name>
3232

streampark-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.streampark</groupId>
2323
<artifactId>streampark</artifactId>
24-
<version>2.1.0</version>
24+
<version>2.0.0</version>
2525
</parent>
2626

2727
<artifactId>streampark-common_${scala.binary.version}</artifactId>

streampark-common/src/main/scala/org/apache/streampark/common/conf/ConfigConst.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ object ConfigConst {
222222
println(" ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< ")
223223
println(" /____/\\__/_/ \\___/\\__,_/_/ /_/ /_/ ____/\\__,_/_/ /_/|_| ")
224224
println(" /_/ \n\n")
225-
println(" Version: 2.1.0 ")
225+
println(" Version: 2.0.0 ")
226226
println(" WebSite: https://streampark.apache.org ")
227227
println(" GitHub : https://github.com/apache/incubator-streampark ")
228228
println(s" Info : $info ")

streampark-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.streampark</groupId>
2424
<artifactId>streampark</artifactId>
25-
<version>2.1.0</version>
25+
<version>2.0.0</version>
2626
</parent>
2727

2828
<artifactId>streampark-console</artifactId>

streampark-console/streampark-console-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.streampark</groupId>
2525
<artifactId>streampark-console</artifactId>
26-
<version>2.1.0</version>
26+
<version>2.0.0</version>
2727
</parent>
2828

2929
<artifactId>streampark-console-service</artifactId>

streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ print_logo() {
251251
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
252252
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
253253
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
254-
printf ' %s Version: 2.1.0 %s\n' $BLUE $RESET
254+
printf ' %s Version: 2.0.0 %s\n' $BLUE $RESET
255255
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
256256
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
257257
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET

streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private ApiInfo apiInfo() {
9494
.contact(
9595
new Contact(
9696
"Apache StreamPark", "https://streampark.apache.org/", "dev@streampark.apache.org"))
97-
.version("2.1.0")
97+
.version("2.0.0")
9898
.license("Apache-2.0 license")
9999
.build();
100100
}

streampark-flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.streampark</groupId>
2323
<artifactId>streampark</artifactId>
24-
<version>2.1.0</version>
24+
<version>2.0.0</version>
2525
</parent>
2626

2727
<artifactId>streampark-flink</artifactId>

streampark-flink/streampark-flink-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.streampark</groupId>
2222
<artifactId>streampark-flink</artifactId>
23-
<version>2.1.0</version>
23+
<version>2.0.0</version>
2424
</parent>
2525

2626
<artifactId>streampark-flink-client</artifactId>

0 commit comments

Comments
 (0)