Skip to content

Commit

Permalink
change version to 2.2.1 (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
chncaesar authored Jan 14, 2022
1 parent ddffed0 commit 976f49d
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion external/mlsql-autosuggest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-ets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-healthy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-mysql-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-sql-profiler-30/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-sql-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/mlsql-watcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/python-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro_2.12</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>

<name>StreamingPro Parent POM</name>
<url>https://github.com/allwefantasy/streamingpro</url>
Expand Down Expand Up @@ -828,7 +828,11 @@
</resource>
</resources>
<plugins>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro_2.12</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion streamingpro-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-mlsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-spark-2.4.0-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-spark-3.0.0-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion streamingpro-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamingpro_2.12</artifactId>
<groupId>tech.mlsql</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down

0 comments on commit 976f49d

Please sign in to comment.