Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshiqiufeng committed Nov 17, 2021
1 parent 0a84ee3 commit f6d1fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<spring-cloud.version>2020.0.4</spring-cloud.version>
<spring-cloud-alibaba.version>2021.1</spring-cloud-alibaba.version>

<kernel.version>1.3.0</kernel.version>
<!--插件-->
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
Expand Down Expand Up @@ -115,7 +116,7 @@
<dependency>
<groupId>com.gitee.fubluesky.kernel</groupId>
<artifactId>kernel-dependencies</artifactId>
<version>1.3.0</version>
<version>${kernel.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f6d1fd6

Please sign in to comment.