Skip to content

Commit 7ee954b

Browse files
author
Alan Scherger
committed
Merge branch 'release/1.6.9'
2 parents dad54cd + 0dcd9b7 commit 7ee954b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.netifi.quickstart</groupId>
88
<artifactId>netifi-quickstart-java</artifactId>
9-
<version>1.6.8</version>
9+
<version>1.6.9</version>
1010
</parent>
1111

1212
<artifactId>client</artifactId>
1313
<name>client</name>
14-
<version>1.6.8</version>
14+
<version>1.6.9</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33

44
services:
55
broker1:
6-
image: netifi/broker:1.6.8
6+
image: netifi/broker:1.6.9
77
restart: always
88
networks:
99
- netifi

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.netifi.quickstart
2-
version=1.6.8
2+
version=1.6.9
33

44
log4j2Version=2.11.2
5-
netifiBomVersion=1.6.8
5+
netifiBomVersion=1.6.9
66
protobufVersion=3.6.1
77
rsocketVersion=0.12.2-RC4
88
rsocketRpcVersion=0.2.18

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.netifi.quickstart</groupId>
55
<artifactId>netifi-quickstart-java</artifactId>
6-
<version>1.6.8</version>
6+
<version>1.6.9</version>
77
<packaging>pom</packaging>
88
<name>multi</name>
99

@@ -17,7 +17,7 @@
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<maven.compiler.source>1.8</maven.compiler.source>
1919
<log4j2.version>2.11.2</log4j2.version>
20-
<netifi.bom.version>1.6.8</netifi.bom.version>
20+
<netifi.bom.version>1.6.9</netifi.bom.version>
2121
<protobuf.version>3.6.1</protobuf.version>
2222
<rsocket.version>0.12.2-RC4</rsocket.version>
2323
<rsocket.rpc.version>0.2.18</rsocket.rpc.version>

service-idl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.netifi.quickstart</groupId>
99
<artifactId>netifi-quickstart-java</artifactId>
10-
<version>1.6.8</version>
10+
<version>1.6.9</version>
1111
</parent>
1212

1313
<artifactId>service-idl</artifactId>
1414
<name>service-idl</name>
15-
<version>1.6.8</version>
15+
<version>1.6.9</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.netifi.quickstart</groupId>
88
<artifactId>netifi-quickstart-java</artifactId>
9-
<version>1.6.8</version>
9+
<version>1.6.9</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)