Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 11, 2022
1 parent 2e8cc43 commit d5671f7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion brpc-java-communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>

<artifactId>brpc-java-communication</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-governance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>

<artifactId>brpc-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-naming-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>

<artifactId>brpc-java-naming-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-naming-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>

<artifactId>brpc-java-naming-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>
<artifactId>brpc-spring-boot-starter</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion brpc-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
</parent>
<artifactId>brpc-spring</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/baidu/brpc-java.git</url>
<tag>HEAD</tag>
<tag>3.0.5</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-brpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.5</version>

</parent>
<artifactId>spring-cloud-brpc</artifactId>
Expand Down

0 comments on commit d5671f7

Please sign in to comment.