Skip to content

Commit

Permalink
Merge 5.4.1-relase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia committed Oct 21, 2023
1 parent 1cd50ed commit fee04ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</modules>

<properties>
<revision>5.4.1</revision>
<revision>5.4.2-SNAPSHOT</revision>
<java.version>1.8</java.version>
<maven.version.range>[3.0.4,)</maven.version.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache ShardingSphere</name>
<description>Build criterion and ecosystem above multi-model databases</description>
Expand Down Expand Up @@ -920,7 +920,7 @@
<connection>scm:git:https://github.com/apache/shardingsphere.git</connection>
<developerConnection>scm:git:https://github.com/apache/shardingsphere.git</developerConnection>
<url>https://github.com/apache/shardingsphere.git</url>
<tag>5.4.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit fee04ce

Please sign in to comment.