Skip to content

Commit

Permalink
1.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Feb 17, 2021
1 parent 8111858 commit 69e163b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions druid-spring-boot-starter/pom.xml
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.5_preview_01</version>
<version>1.2.5</version>
<packaging>jar</packaging>
<name>druid-spring-boot-starter</name>
<description>Spring Boot with Druid support,help you simplify Druid config in Spring Boot.</description>
<url>https://github.com/alibaba/druid</url>

<properties>
<druid.version>1.2.4</druid.version>
<druid.version>1.2.5</druid.version>
<spring-boot.version>1.5.12.RELEASE</spring-boot.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.2.5_preview_01</version>
<version>1.2.5</version>
<packaging>jar</packaging>
<name>druid</name>
<description>A JDBC datasource implementation.</description>
Expand Down

0 comments on commit 69e163b

Please sign in to comment.