Skip to content

Commit

Permalink
Prepare 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Apr 11, 2023
1 parent 7e3064f commit 5cbd95b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<portlet_version>2.0</portlet_version>
<maven_flatten_version>1.4.1</maven_flatten_version>
<commons_compress_version>1.23.0</commons_compress_version>
<revision>3.2.0-beta.7-SNAPSHOT</revision>
<revision>3.2.0</revision>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>

<properties>
<revision>3.2.0-beta.7-SNAPSHOT</revision>
<revision>3.2.0</revision>
<maven_flatten_version>1.4.1</maven_flatten_version>
<curator5_version>5.1.0</curator5_version>
<zookeeper_version>3.8.1</zookeeper_version>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>

<properties>
<revision>3.2.0-beta.7-SNAPSHOT</revision>
<revision>3.2.0</revision>
<maven_flatten_version>1.4.1</maven_flatten_version>
<curator_version>4.3.0</curator_version>
<zookeeper_version>3.4.14</zookeeper_version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<checkstyle_unix.skip>true</checkstyle_unix.skip>
<rat.skip>true</rat.skip>
<jacoco.skip>true</jacoco.skip>
<revision>3.2.0-beta.7-SNAPSHOT</revision>
<revision>3.2.0</revision>
</properties>

<modules>
Expand Down

0 comments on commit 5cbd95b

Please sign in to comment.