Skip to content

Commit

Permalink
1.2.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Feb 19, 2023
1 parent 37d47af commit b9c97ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>druid-parent</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>druid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion druid-demo-petclinic/pom.xml
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
</dependency>
<!-- Spring and Spring Boot dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion druid-spring-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>druid-parent</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>druid-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion druid-wrapper/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>druid-parent</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alibaba</groupId>
<artifactId>druid-parent</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
<name>${project.artifactId}</name>
<description>A JDBC datasource implementation.</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit b9c97ee

Please sign in to comment.