Skip to content

Commit

Permalink
Prepare 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Oct 2, 2024
1 parent a6610c6 commit 8a01c60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
<jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>

<revision>3.3.1-SNAPSHOT</revision>
<revision>3.3.1</revision>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
<palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>

<revision>3.3.1-SNAPSHOT</revision>
<revision>3.3.1</revision>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-plugin/dubbo-rest-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-rest</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-plugin/dubbo-rest-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-rest</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<spotless.action>check</spotless.action>
<dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
<palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
<revision>3.3.1-SNAPSHOT</revision>
<revision>3.3.1</revision>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 8a01c60

Please sign in to comment.