Skip to content

Commit caf5e54

Browse files
committed
1.11.0
1 parent ddbf17b commit caf5e54

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JetLinks 物联网基础平台
22

33
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jetlinks/jetlinks-community/Auto%20Deploy%20Docker?label=docker)
4-
![Version](https://img.shields.io/badge/version-1.9--RELEASE-brightgreen)
4+
![Version](https://img.shields.io/badge/version-1.11--RELEASE-brightgreen)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e8d527d692c24633aba4f869c1c5d6ad)](https://app.codacy.com/gh/jetlinks/jetlinks-community?utm_source=github.com&utm_medium=referral&utm_content=jetlinks/jetlinks-community&utm_campaign=Badge_Grade_Settings)
66
[![QQ①群2021514](https://img.shields.io/badge/QQ①群-2021514-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=LGf0OPQqvLGdJIZST3VTcypdVWhdfAOG&jump_from=webapi)
77
[![QQ②群324606263](https://img.shields.io/badge/QQ②群-324606263-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=IMas2cH-TNsYxUcY8lRbsXqPnA2sGHYQ&jump_from=webapi)

docker/run-all/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
links:
6060
- jetlinks:jetlinks
6161
jetlinks:
62-
image: registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-standalone:1.11.0-SNAPSHOT
62+
image: registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-standalone:1.11.0
6363
container_name: jetlinks-ce
6464
ports:
6565
- "8848:8848" # API端口

jetlinks-components/common-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jetlinks-components</artifactId>
77
<groupId>org.jetlinks.community</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jetlinks-components/common-component/src/main/java/org/jetlinks/community/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class Version {
88

99
private final String edition = "community";
1010

11-
private final String version = "1.9.0";
11+
private final String version = "1.11.0";
1212

1313
}

jetlinks-components/configure-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jetlinks-components</artifactId>
77
<groupId>org.jetlinks.community</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jetlinks-components/dashboard-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jetlinks-components</artifactId>
77
<groupId>org.jetlinks.community</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jetlinks-components/elasticsearch-component/pom.xml

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

jetlinks-components/gateway-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jetlinks-components</artifactId>
77
<groupId>org.jetlinks.community</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jetlinks-components/io-component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jetlinks-components</artifactId>
77
<groupId>org.jetlinks.community</groupId>
8-
<version>1.11.0-SNAPSHOT</version>
8+
<version>1.11.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

jetlinks-components/logging-component/pom.xml

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

0 commit comments

Comments
 (0)