Commit c54170af authored by liaozan's avatar liaozan 🏀

chore: upgrade common to 1.0.7-SNAPSHOT

parent 59928718
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<!-- When changing the version of parent, remember to modify the springboot.version in the properties at the same time --> <!-- When changing the version of parent, remember to modify the version attributes in the properties at the same time -->
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<spring.cloud-version>2021.0.1</spring.cloud-version> <spring.cloud-version>2021.0.1</spring.cloud-version>
<!-- 2th part version --> <!-- 2th part version -->
<schbrain-common.version>1.0.6</schbrain-common.version> <schbrain-common.version>1.0.7-SNAPSHOT</schbrain-common.version>
<schbrain-spring-support.version>1.0.2</schbrain-spring-support.version> <schbrain-spring-support.version>1.0.2</schbrain-spring-support.version>
<schbrain-dubbo.version>1.0.1</schbrain-dubbo.version> <schbrain-dubbo.version>1.0.1</schbrain-dubbo.version>
<schbrain-mybatis.version>1.0.5</schbrain-mybatis.version> <schbrain-mybatis.version>1.0.5</schbrain-mybatis.version>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment