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

Commit

Permalink
update to 1.0.0.M2
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed May 18, 2020
1 parent 163063e commit 1dc16c7
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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</version>
</parent>

<artifactId>alibaba-broker-registry-client-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alibaba-broker-server/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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</version>
</parent>

<artifactId>alibaba-broker-server</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</version>
</parent>

<artifactId>alibaba-rsocket-spring-boot-starter</artifactId>
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.0.0-SNAPSHOT</version>
<version>1.0.0.M2</version>

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

0 comments on commit 1dc16c7

Please sign in to comment.