Skip to content

Commit dad54cd

Browse files
committed
Merge branch 'release/1.6.8'
2 parents 4785f99 + 2358ed3 commit dad54cd

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

client/pom.xml

+2-2
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.7</version>
9+
<version>1.6.8</version>
1010
</parent>
1111

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

1717
<dependencies>

docker-compose.yaml

+1-1
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.7
6+
image: netifi/broker:1.6.8
77
restart: always
88
networks:
99
- netifi

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.netifi.quickstart
2-
version=1.6.7
2+
version=1.6.8
33

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

pom.xml

+3-3
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.7</version>
6+
<version>1.6.8</version>
77
<packaging>pom</packaging>
88
<name>multi</name>
99

@@ -17,9 +17,9 @@
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.7</netifi.bom.version>
20+
<netifi.bom.version>1.6.8</netifi.bom.version>
2121
<protobuf.version>3.6.1</protobuf.version>
22-
<rsocket.version>0.12.2-RC3</rsocket.version>
22+
<rsocket.version>0.12.2-RC4</rsocket.version>
2323
<rsocket.rpc.version>0.2.18</rsocket.rpc.version>
2424
</properties>
2525

service-idl/pom.xml

+2-2
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.7</version>
10+
<version>1.6.8</version>
1111
</parent>
1212

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

1818
<dependencies>

service/pom.xml

+1-1
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.7</version>
9+
<version>1.6.8</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)