Skip to content

Commit

Permalink
1. update version to '0.3.1'
Browse files Browse the repository at this point in the history
2. update linkis version to '1.5.0'
3. refactor pom.xml
  • Loading branch information
Alexkun committed Jun 5, 2024
1 parent 49d496f commit e2f56e7
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 95 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion conf/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ GATEWAY_PORT=9001
STREAMIS_SERVER_INSTALL_IP=127.0.0.1
STREAMIS_SERVER_INSTALL_PORT=9400

STREAMIS_VERSION=0.3.1-SNAPSHOT
STREAMIS_VERSION=0.3.1

STREAMIS_FILE_NAME="STREAMIS-$STREAMIS_VERSION"
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<name>Streamis Project Parent POM</name>
Expand All @@ -45,10 +45,10 @@
</modules>

<properties>
<linkis.version>1.5.0</linkis.version>
<linkis.version>1.4.0</linkis.version>
<junit.version>4.12</junit.version>
<dss.version>1.1.0.18-SNAPSHOT</dss.version>
<streamis.version>0.3.1-SNAPSHOT</streamis.version>
<streamis.version>0.3.1</streamis.version>
<scala.version>2.11.12</scala.version>
<jdk.compile.version>1.8</jdk.compile.version>
<maven.version>3.3.3</maven.version>
Expand Down
2 changes: 1 addition & 1 deletion streamis-appconn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-audit-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-entrypoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-job-entrypoint</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-jobmanager-common</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-entrypoint-common</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-entrypoint-common</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-errorcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -48,11 +48,6 @@
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-manager-base</artifactId>
<version>${jobmanager.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-module</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-job-launcher</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-launcher-base</artifactId>
<version>${jobmanager.version}</version>
<version>${streamis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-errorcode</artifactId>
<version>${jobmanager.version}</version>
<version>${streamis.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-launcher-linkis</artifactId>
<version>${jobmanager.version}</version>
<version>${streamis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand All @@ -45,12 +45,12 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-launcher-base</artifactId>
<version>${jobmanager.version}</version>
<version>${streamis.version}</version>
</dependency>
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-manager-base</artifactId>
<version>${jobmanager.version}</version>
<version>${streamis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-log-common</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-manager-base</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit e2f56e7

Please sign in to comment.