Skip to content

Commit 41bf956

Browse files
authored
[Release] Released for 1.7.0 (#289)
2 parents a9b552e + 1efd0f8 commit 41bf956

File tree

53 files changed

+59
-60
lines changed

Some content is hidden

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

53 files changed

+59
-60
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ 'java', 'javascript' ]
23+
language: [ 'java' ]
2424

2525
steps:
2626
- name: Checkout repository

client/datacap-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.7.0-SNAPSHOT</version>
9+
<version>1.7.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.7.0-SNAPSHOT</version>
9+
<version>1.7.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.7.0-SNAPSHOT</version>
9+
<version>1.7.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-server/pom.xml

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

core/datacap-spi/pom.xml

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

core/datacap-web/console-fe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datacap-fe",
33
"description": "DataCap console",
4-
"version": "1.7.0-SNAPSHOT",
4+
"version": "1.7.0",
55
"private": true,
66
"scripts": {
77
"dev": "vue-cli-service serve",

docs/docs/download.md

Lines changed: 1 addition & 1 deletion

docs/docs/reference/get_started/install.md

Lines changed: 1 addition & 1 deletion

docs/docs/release/latest.md

Lines changed: 7 additions & 8 deletions

0 commit comments

Comments
 (0)