Skip to content

Commit

Permalink
change groupid streaming.king to tech.mlsql
Browse files Browse the repository at this point in the history
allwefantasy committed Dec 24, 2018
1 parent 8348eb3 commit 0dd1138
Showing 22 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions contri/streamingpro-automl/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -29,14 +29,14 @@
<version>0.6</version>
</dependency>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-api</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
6 changes: 3 additions & 3 deletions contri/streamingpro-dl4j/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,12 +33,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-api</artifactId>
<version>${parent.version}</version>
</dependency>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${parent.version}</version>
</dependency>
4 changes: 2 additions & 2 deletions contri/streamingpro-opencv/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<!--&lt;!&ndash;<classifier>macosx-x86_64</classifier>&ndash;&gt;-->
<!--</dependency>-->
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-api</artifactId>
<version>${parent.version}</version>
</dependency>
6 changes: 3 additions & 3 deletions contri/streamingpro-xgboost/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -32,14 +32,14 @@
</exclusions>
</dependency>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-api</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
4 changes: 2 additions & 2 deletions external/streamingpro-hbase/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -91,7 +91,7 @@
</profiles>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
4 changes: 2 additions & 2 deletions external/streamingpro-redis/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -91,7 +91,7 @@
</profiles>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${parent.version}</version>
<scope>provided</scope>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro</artifactId>
<packaging>pom</packaging>
<version>1.1.7-SNAPSHOT</version>
2 changes: 1 addition & 1 deletion streamingpro-api/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion streamingpro-assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro</artifactId>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
4 changes: 2 additions & 2 deletions streamingpro-cluster/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -46,7 +46,7 @@
</profiles>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${project.parent.version}</version>
<exclusions>
4 changes: 2 additions & 2 deletions streamingpro-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -56,7 +56,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-jython</artifactId>
<version>${project.parent.version}</version>
</dependency>
2 changes: 1 addition & 1 deletion streamingpro-crawler/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion streamingpro-dsl-legacy/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion streamingpro-dsl/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
4 changes: 2 additions & 2 deletions streamingpro-flink/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@

<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>1.1.7-SNAPSHOT</version>
</dependency>
2 changes: 1 addition & 1 deletion streamingpro-jython/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion streamingpro-manager/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
32 changes: 16 additions & 16 deletions streamingpro-mlsql/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -161,7 +161,7 @@
<id>dsl</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-dsl</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -172,7 +172,7 @@
<id>dsl-legacy</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-dsl-legacy</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -184,7 +184,7 @@
<id>crawler</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-crawler</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -195,7 +195,7 @@
<id>xgboost</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-xgboost</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -206,7 +206,7 @@
<id>automl</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-automl</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -248,7 +248,7 @@
<id>streamingpro-spark-2.2.0-adaptor</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-2.2.0-adaptor</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -280,7 +280,7 @@
<id>streamingpro-spark-2.3.0-adaptor</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-2.3.0-adaptor</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -311,7 +311,7 @@
<id>streamingpro-spark-2.4.0-adaptor</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-2.4.0-adaptor</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -342,7 +342,7 @@
<id>dl4j</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-dl4j</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -353,7 +353,7 @@
<id>opencv-support</id>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-opencv</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -385,12 +385,12 @@
</properties>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-dependency</artifactId>
</exclusion>
</exclusions>
@@ -414,7 +414,7 @@
<!--<version>5.5.2</version>-->
<!--</dependency>-->
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -424,13 +424,13 @@
<dependencies>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
6 changes: 3 additions & 3 deletions streamingpro-spark-2.2.0-adaptor/pom.xml
Original file line number Diff line number Diff line change
@@ -4,21 +4,21 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.msql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>streamingpro-spark-2.2.0-adaptor</artifactId>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.msql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.msql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
6 changes: 3 additions & 3 deletions streamingpro-spark-2.3.0-adaptor/pom.xml
Original file line number Diff line number Diff line change
@@ -4,21 +4,21 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>streamingpro-spark-2.3.0-adaptor</artifactId>
<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
6 changes: 3 additions & 3 deletions streamingpro-spark-2.4.0-adaptor/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -13,13 +13,13 @@

<dependencies>
<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-spark-common</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<artifactId>streamingpro-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
2 changes: 1 addition & 1 deletion streamingpro-spark-common/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>streamingpro</artifactId>
<groupId>streaming.king</groupId>
<groupId>tech.mlsql</groupId>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

0 comments on commit 0dd1138

Please sign in to comment.