Showing
22 changed files
with
25 additions
and
25 deletions
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>common</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.common</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>common</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.common</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>common</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.common</groupId> | ... | ... |
... | ... | @@ -18,7 +18,7 @@ version: '2' |
18 | 18 | |
19 | 19 | services: |
20 | 20 | thingsboard: |
21 | - image: "thingsboard/application:1.2.2" | |
21 | + image: "thingsboard/application:1.2.3" | |
22 | 22 | ports: |
23 | 23 | - "8080:8080" |
24 | 24 | - "1883:1883" |
... | ... | @@ -27,7 +27,7 @@ services: |
27 | 27 | - thingsboard.env |
28 | 28 | entrypoint: ./run_thingsboard.sh |
29 | 29 | thingsboard-db-schema: |
30 | - image: "thingsboard/thingsboard-db-schema:1.2.2" | |
30 | + image: "thingsboard/thingsboard-db-schema:1.2.3" | |
31 | 31 | env_file: |
32 | 32 | - thingsboard-db-schema.env |
33 | 33 | entrypoint: ./install_schema.sh | ... | ... |
... | ... | @@ -20,9 +20,9 @@ cp ../../dao/src/main/resources/schema.cql schema.cql |
20 | 20 | cp ../../dao/src/main/resources/demo-data.cql demo-data.cql |
21 | 21 | cp ../../dao/src/main/resources/system-data.cql system-data.cql |
22 | 22 | |
23 | -docker build -t thingsboard/thingsboard-db-schema:1.2.2 -t thingsboard/thingsboard-db-schema:latest . | |
23 | +docker build -t thingsboard/thingsboard-db-schema:1.2.3 -t thingsboard/thingsboard-db-schema:latest . | |
24 | 24 | |
25 | 25 | docker login |
26 | 26 | |
27 | -docker push thingsboard/thingsboard-db-schema:1.2.2 | |
27 | +docker push thingsboard/thingsboard-db-schema:1.2.3 | |
28 | 28 | docker push thingsboard/thingsboard-db-schema:latest |
\ No newline at end of file | ... | ... |
... | ... | @@ -18,9 +18,9 @@ |
18 | 18 | |
19 | 19 | cp ../../application/target/thingsboard.deb thingsboard.deb |
20 | 20 | |
21 | -docker build -t thingsboard/application:1.2.2 -t thingsboard/application:latest . | |
21 | +docker build -t thingsboard/application:1.2.3 -t thingsboard/application:latest . | |
22 | 22 | |
23 | 23 | docker login |
24 | 24 | |
25 | -docker push thingsboard/application:1.2.2 | |
25 | +docker push thingsboard/application:1.2.3 | |
26 | 26 | docker push thingsboard/application:latest |
\ No newline at end of file | ... | ... |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | <modelVersion>4.0.0</modelVersion> |
23 | 23 | <parent> |
24 | 24 | <groupId>org.thingsboard</groupId> |
25 | - <version>1.2.3-SNAPSHOT</version> | |
25 | + <version>1.2.3</version> | |
26 | 26 | <artifactId>extensions</artifactId> |
27 | 27 | </parent> |
28 | 28 | <groupId>org.thingsboard.extensions</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>extensions</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.extensions</groupId> | ... | ... |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | <modelVersion>4.0.0</modelVersion> |
23 | 23 | <parent> |
24 | 24 | <groupId>org.thingsboard</groupId> |
25 | - <version>1.2.3-SNAPSHOT</version> | |
25 | + <version>1.2.3</version> | |
26 | 26 | <artifactId>extensions</artifactId> |
27 | 27 | </parent> |
28 | 28 | <groupId>org.thingsboard.extensions</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>transport</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.transport</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>transport</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.transport</groupId> | ... | ... |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <parent> |
22 | 22 | <groupId>org.thingsboard</groupId> |
23 | - <version>1.2.3-SNAPSHOT</version> | |
23 | + <version>1.2.3</version> | |
24 | 24 | <artifactId>transport</artifactId> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.thingsboard.transport</groupId> | ... | ... |