Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
build: update to version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 24, 2024
1 parent ee8f7b9 commit 8e5b1c3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion alibaba-broker-config-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-broker-config-client-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-broker-grpc-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-broker-http-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-broker-http-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-broker-registry-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-broker-registry-client-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-broker-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-broker-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-rsocket-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>
<artifactId>alibaba-rsocket-core</artifactId>
<name>Alibaba RSocket Core</name>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-rsocket-service-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-rsocket-service-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-rsocket-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-rsocket-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<reactor-bom.version>2020.0.42</reactor-bom.version>
<netty.version>4.1.107.Final</netty.version>
<rsocket.version>1.1.4</rsocket.version>
<alibaba-rsocket.version>1.1.6-SNAPSHOT</alibaba-rsocket.version>
<alibaba-rsocket.version>1.1.6</alibaba-rsocket.version>
<junit5.version>5.10.2</junit5.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>

<modules>
<module>alibaba-rsocket-core</module>
Expand Down

0 comments on commit 8e5b1c3

Please sign in to comment.