Skip to content

Commit

Permalink
[version]update version to 3.2.2-ctrip.4 .
Browse files Browse the repository at this point in the history
  • Loading branch information
vio-lin committed Aug 22, 2024
1 parent 637b5d8 commit 602bb1f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import java.util.HashMap;
import java.util.Map;

import static org.apache.dubbo.common.constants.ProviderConstants.DEFAULT_PREFER_SERIALIZATION;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasEntry;
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<portlet_version>2.0</portlet_version>
<maven_flatten_version>1.5.0</maven_flatten_version>
<commons_compress_version>1.23.0</commons_compress_version>
<revision>3.2.2-ctrip.3</revision>
<revision>3.2.2-ctrip.4</revision>
</properties>
<distributionManagement>
<snapshotRepository>
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.2-ctrip.3</revision>
<revision>3.2.2-ctrip.4</revision>
<maven_flatten_version>1.5.0</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.2-ctrip.3</revision>
<revision>3.2.2-ctrip.4</revision>
<maven_flatten_version>1.5.0</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 @@ -136,7 +136,7 @@
<jprotoc_version>1.2.2</jprotoc_version>
<protobuf-java_version>3.22.3</protobuf-java_version>
<grpc_version>1.54.0</grpc_version>
<revision>3.2.2-ctrip.3</revision>
<revision>3.2.2-ctrip.4</revision>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 602bb1f

Please sign in to comment.