File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
druid-spring-boot-starter
src/main/java/com/alibaba/druid Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.alibaba</groupId >
66 <artifactId >druid-spring-boot-starter</artifactId >
7- <version >1.2.6 </version >
7+ <version >1.2.8 </version >
88 <packaging >jar</packaging >
99 <name >druid-spring-boot-starter</name >
1010 <description >Spring Boot with Druid support,help you simplify Druid config in Spring Boot.</description >
1111 <url >https://github.com/alibaba/druid</url >
1212
1313 <properties >
14- <druid .version>1.2.6 </druid .version>
14+ <druid .version>1.2.8 </druid .version>
1515 <spring-boot .version>1.5.12.RELEASE</spring-boot .version>
1616 </properties >
1717
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.alibaba</groupId >
55 <artifactId >druid</artifactId >
6- <version >1.2.8_preview_01 </version >
6+ <version >1.2.9_preview_01 </version >
77 <packaging >jar</packaging >
88 <name >druid</name >
99 <description >A JDBC datasource implementation.</description >
722722 <version >4.2.0</version >
723723 <scope >test</scope >
724724 </dependency >
725- <dependency >
726- <groupId >com.alibaba</groupId >
727- <artifactId >druid</artifactId >
728- <version >1.2.5</version >
729- <scope >compile</scope >
730- </dependency >
731-
732725 </dependencies >
733726</project >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public final class VERSION {
1919
2020 public final static int MajorVersion = 1 ;
2121 public final static int MinorVersion = 2 ;
22- public final static int RevisionVersion = 8 ;
22+ public final static int RevisionVersion = 9 ;
2323
2424 public static String getVersionNumber () {
2525 return VERSION .MajorVersion + "." + VERSION .MinorVersion + "." + VERSION .RevisionVersion ;
You can’t perform that action at this time.
0 commit comments