Skip to content

Commit

Permalink
bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Dec 23, 2021
1 parent 10aaa0f commit 8f5b905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<mortbay_jetty_version>6.1.26</mortbay_jetty_version>
<portlet_version>2.0</portlet_version>
<maven_flatten_version>1.1.0</maven_flatten_version>
<revision>3.0.5-SNAPSHOT</revision>
<revision>3.0.5</revision>
</properties>

<dependencyManagement>
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.0.5-SNAPSHOT</revision>
<revision>3.0.5</revision>
<maven_flatten_version>1.1.0</maven_flatten_version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<checkstyle_unix.skip>true</checkstyle_unix.skip>
<rat.skip>true</rat.skip>
<jacoco.skip>true</jacoco.skip>
<revision>3.0.5-SNAPSHOT</revision>
<revision>3.0.5</revision>
</properties>

<modules>
Expand Down

0 comments on commit 8f5b905

Please sign in to comment.