Skip to content

Commit 828da87

Browse files
authored
Merge pull request #105 from WeDataSphere/1.0.0
1.0.0
2 parents bcbd1af + ad805d4 commit 828da87

File tree

104 files changed

+2116
-2266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2116
-2266
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>visualis</artifactId>
88
<groupId>com.webank.wedatasphere.dss</groupId>
9-
<version>1.0.0-rc1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>visualis-assembly</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>visualis</artifactId>
77
<groupId>com.webank.wedatasphere.dss</groupId>
8-
<version>1.0.0-rc1</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

1111
<licenses>

server/README.md

Whitespace-only changes.

server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>visualis</artifactId>
66
<groupId>com.webank.wedatasphere.dss</groupId>
7-
<version>1.0.0-rc1</version>
7+
<version>1.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<skipTests>true</skipTests>
2424

2525
<apache.linkis.version>1.1.1</apache.linkis.version>
26-
<opensource.dss.version>1.0.1</opensource.dss.version>
26+
<opensource.dss.version>1.1.0</opensource.dss.version>
2727

2828
<elasticsearch.version>5.1.2</elasticsearch.version>
2929
<spring.boot.version>2.3.7.RELEASE</spring.boot.version>
@@ -431,7 +431,7 @@
431431
<dependency>
432432
<groupId>com.alibaba</groupId>
433433
<artifactId>fastjson</artifactId>
434-
<version>1.2.70</version>
434+
<version>1.2.83</version>
435435
</dependency>
436436

437437
<dependency>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class CommonContant {
4+
public static String URL = "url";
5+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class DashboardContant {
4+
5+
public static String DASHBOARD_ID = "dashboardId";
6+
7+
public static String DASHBOARD = "dashboard";
8+
9+
public static String NAME = "name";
10+
11+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class DisplayContant {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class ProjectContant {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class SourceContant {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.webank.wedatasphere.dss.visualis.content;
2+
3+
public class UserContant {
4+
}

0 commit comments

Comments
 (0)