Skip to content

Commit

Permalink
update version (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Feb 14, 2023
1 parent c956c93 commit 6788eba
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ print_logo() {
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
printf ' %s Version: 2.1.0 %s\n' $BLUE $RESET
printf ' %s Version: 2.0.0 %s\n' $BLUE $RESET
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>StreamPark Project Parent POM</name>

Expand Down
2 changes: 1 addition & 1 deletion streampark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-common_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ object ConfigConst {
println(" ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< ")
println(" /____/\\__/_/ \\___/\\__,_/_/ /_/ /_/ ____/\\__,_/_/ /_/|_| ")
println(" /_/ \n\n")
println(" Version: 2.1.0 ")
println(" Version: 2.0.0 ")
println(" WebSite: https://streampark.apache.org ")
println(" GitHub : https://github.com/apache/incubator-streampark ")
println(s" Info : $info ")
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/streampark-console-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-console</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-console-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ print_logo() {
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
printf ' %s Version: 2.1.0 %s\n' $BLUE $RESET
printf ' %s Version: 2.0.0 %s\n' $BLUE $RESET
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private ApiInfo apiInfo() {
.contact(
new Contact(
"Apache StreamPark", "https://streampark.apache.org/", "[email protected]"))
.version("2.1.0")
.version("2.0.0")
.license("Apache-2.0 license")
.build();
}
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-client</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-client-api_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-client</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-client-core_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-base_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-clickhouse_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-doris_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch5_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch6_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<groupId>org.apache.streampark</groupId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch7_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-hbase_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-http_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-influx_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-jdbc_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-kafka_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-mongo_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-connector-redis_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-core_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-kubernetes_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-packer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-packer_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-proxy_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims-base_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims-test_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.12_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.13_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.14_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.15_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.16_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-sqlclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-sqlclient_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-udf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-flink-udf_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-spark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-spark/streampark-spark-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-spark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-spark-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-spark/streampark-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-spark</artifactId>
<version>2.1.0</version>
<version>2.0.0</version>
</parent>

<artifactId>streampark-spark-connector_2.12</artifactId>
Expand Down
Loading

0 comments on commit 6788eba

Please sign in to comment.