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

Commit

Permalink
Update to alibaba rsocket 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 24, 2021
1 parent e049951 commit be9ff07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<reactor-bom.version>2020.0.6</reactor-bom.version>
<netty.version>4.1.63.Final</netty.version>
<rsocket.version>1.1.0</rsocket.version>
<alibaba-rsocket.version>1.1.0-SNAPSHOT</alibaba-rsocket.version>
<alibaba-rsocket.version>1.1.0</alibaba-rsocket.version>
<junit5.version>5.7.1</junit5.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions 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.0-SNAPSHOT</version>
<version>1.1.0</version>

<modules>
<module>alibaba-rsocket-core</module>
Expand Down Expand Up @@ -79,7 +79,7 @@
<connection>scm:git:[email protected]:alibaba/alibaba-rsocket-broker.git</connection>
<developerConnection>scm:git:[email protected]:alibaba/alibaba-rsocket-broker.git</developerConnection>
<url>https://github.com/alibaba/alibaba-rsocket-broker</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit be9ff07

Please sign in to comment.