Skip to content

Commit 6526a3a

Browse files
committed
Merge branch 'release/1.6.4'
2 parents 9cfc7f3 + 92aeacf commit 6526a3a

File tree

6 files changed

+16
-20
lines changed

6 files changed

+16
-20
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.3</version>
9+
<version>1.6.4</version>
1010
</parent>
1111

1212
<artifactId>client</artifactId>
1313
<name>client</name>
14-
<version>1.6.3</version>
14+
<version>1.6.4</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.3
6+
image: netifi/broker:1.6.4
77
restart: always
88
networks:
99
- netifi

gradle.properties

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

44
log4j2Version=2.11.2
5-
netifiBomVersion=1.6.3
5+
netifiBomVersion=1.6.4
66
protobufVersion=3.6.1
7-
rsocketVersion=0.11.21
8-
rsocketRpcVersion=0.2.16
7+
rsocketVersion=0.12.2-RC3
8+
rsocketRpcVersion=0.2.18

pom.xml

Lines changed: 6 additions & 10 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.3</version>
6+
<version>1.6.4</version>
77
<packaging>pom</packaging>
88
<name>multi</name>
99

@@ -17,10 +17,10 @@
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.3</netifi.bom.version>
20+
<netifi.bom.version>1.6.4</netifi.bom.version>
2121
<protobuf.version>3.6.1</protobuf.version>
22-
<rsocket.version>0.11.21</rsocket.version>
23-
<rsocket.rpc.version>0.2.16</rsocket.rpc.version>
22+
<rsocket.version>0.12.2-RC3</rsocket.version>
23+
<rsocket.rpc.version>0.2.18</rsocket.rpc.version>
2424
</properties>
2525

2626
<dependencyManagement>
@@ -65,12 +65,8 @@
6565

6666
<repositories>
6767
<repository>
68-
<id>jcenter</id>
69-
<url>https://jcenter.bintray.com/</url>
70-
</repository>
71-
<repository>
72-
<id>mavenCentral</id>
73-
<url>https://mvnrepository.com/repos/central</url>
68+
<id>bintray</id>
69+
<url>http://jcenter.bintray.com/</url>
7470
</repository>
7571
</repositories>
7672
</project>

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

1313
<artifactId>service-idl</artifactId>
1414
<name>service-idl</name>
15-
<version>1.6.3</version>
15+
<version>1.6.4</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.3</version>
9+
<version>1.6.4</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)