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 alibaba-rsocket 1.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed May 8, 2023
1 parent 36f9111 commit 05668a1
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.1.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.1.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>alibaba-rsocket-spring-boot-starter</artifactId>
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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>

<modules>
<module>alibaba-rsocket-core</module>
Expand Down Expand Up @@ -293,7 +293,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 05668a1

Please sign in to comment.