Skip to content

Commit 11ef941

Browse files
committed
update
1 parent 9f73b22 commit 11ef941

19 files changed

Lines changed: 20 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ MLSQL is a Language which is the superset of SQL and a distributed compute engi
66

77
[http://www.mlsql.tech](http://www.mlsql.tech)
88

9-
## Usage:
10-
11-
![](https://github.com/allwefantasy/streamingpro/raw/master/images/WX20181106-164911.png)
129

1310
Find more examples on [our user guide](http://docs.mlsql.tech/en).
1411

@@ -31,7 +28,7 @@ This guide document introduce [how to contribute to MLSQL](https://github.com/al
3128

3229
## Get PreBuild Distribution
3330

34-
* The lasted version is MLSQL v1.2.0
31+
* The lasted version is MLSQL v1.3.0
3532
* You can download from [MLSQL Website](http://download.mlsql.tech/)
3633
* Spark 2.3.2/2.4.3 are tested
3734

contri/streamingpro-dl4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

contri/streamingpro-opencv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

contri/streamingpro-xgboost/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

external/streamingpro-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>tech.mlsql</groupId>
66
<artifactId>streamingpro</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99

1010
<name>StreamingPro Parent POM</name>
1111
<url>https://github.com/allwefantasy/streamingpro</url>

streamingpro-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

streamingpro-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.mlsql</groupId>
77
<artifactId>streamingpro</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

streamingpro-cluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

streamingpro-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>streamingpro</artifactId>
77
<groupId>tech.mlsql</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)