Skip to content

Commit 6452ed9

Browse files
committed
build: bump project version to 2.12.0-SNAPSHOT and update dependencies
1 parent 82f129f commit 6452ed9

46 files changed

Lines changed: 48 additions & 48 deletions

File tree

Some content is hidden

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

.github/workflows/maven_build_2.1x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Deploy Docker
22

33
on:
44
push:
5-
branches: [ "2.10","2.11" ]
5+
branches: [ "2.10","2.11" ,"2.12" ]
66
jobs:
77
build:
88
runs-on: ubuntu-latest

.github/workflows/pull_request_2.1x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Pull Request 2.10 with java17
55

66
on:
77
pull_request:
8-
branches: [ "2.10","2.11" ]
8+
branches: [ "2.10","2.11","2.12" ]
99

1010
jobs:
1111
build:

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>2.11.0-SNAPSHOT</version>
8+
<version>2.12.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

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>2.11.0-SNAPSHOT</version>
8+
<version>2.12.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

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>2.11.0-SNAPSHOT</version>
8+
<version>2.12.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

jetlinks-components/datasource-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>2.11.0-SNAPSHOT</version>
8+
<version>2.12.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

jetlinks-components/elasticsearch-component/elasticsearch-7x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetlinks.community</groupId>
88
<artifactId>elasticsearch-component</artifactId>
9-
<version>2.11.0-SNAPSHOT</version>
9+
<version>2.12.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

jetlinks-components/elasticsearch-component/elasticsearch-8x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetlinks.community</groupId>
88
<artifactId>elasticsearch-component</artifactId>
9-
<version>2.11.0-SNAPSHOT</version>
9+
<version>2.12.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

jetlinks-components/elasticsearch-component/elasticsearch-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetlinks.community</groupId>
88
<artifactId>elasticsearch-component</artifactId>
9-
<version>2.11.0-SNAPSHOT</version>
9+
<version>2.12.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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>2.11.0-SNAPSHOT</version>
8+
<version>2.12.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)