Skip to content

Commit 0c9e058

Browse files
committed
Merge branch 'develop'
2 parents a3fe464 + d9e4a2d commit 0c9e058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The value of the ```apikey``` parameter is used to control which device applicat
2727
```
2828
nodejs server.js
2929
```
30-
Alternative, you can build a docker image using the script the repository or download from the [docker hub](https://cloud.docker.com/u/dilshat/repository/docker/dilshat/global_input_node). You may place a [Nginx load balancer](https://cloud.docker.com/repository/docker/dilshat/global_input_nginx) in front of a set of WebSocket instances to achieve the scalability.
30+
Alternative, you can build a docker image using the script provided by this repository or simply download it from the [docker hub](https://cloud.docker.com/u/dilshat/repository/docker/dilshat/global_input_node). You may place a simple [Nginx load balancer](https://cloud.docker.com/repository/docker/dilshat/global_input_nginx) in front of a set of WebSocket instances to achieve the scalability.
3131

3232

3333

package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>uk.co.globalinput</groupId>
44
<artifactId>global-input-node-parent</artifactId>
5-
<version>1.2.8</version>
5+
<version>1.2.9-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uk.co.globalinput</groupId>
55
<artifactId>global-input-node-parent</artifactId>
6-
<version>1.2.8</version>
6+
<version>1.2.9-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<distributionManagement>

0 commit comments

Comments
 (0)