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

Commit

Permalink
update to rsocket broker 1.0.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 4, 2020
1 parent 53b020d commit 3ae6afc
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 @@ -22,7 +22,7 @@
<reactor-bom.version>Dysprosium-SR12</reactor-bom.version>
<netty.version>4.1.52.Final</netty.version>
<rsocket.version>1.0.2</rsocket.version>
<alibaba-rsocket.version>1.0.0-SNAPSHOT</alibaba-rsocket.version>
<alibaba-rsocket.version>1.0.0.RC2</alibaba-rsocket.version>
<junit5.version>5.7.0</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.0.0-SNAPSHOT</version>
<version>1.0.0.RC2</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.0.0.RC2</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 3ae6afc

Please sign in to comment.