Commit 6b30a0e 1 parent ad61aeb commit 6b30a0e Copy full SHA for 6b30a0e
File tree 2 files changed +3
-3
lines changed
src/main/java/com/alibaba/druid
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.alibaba</groupId >
5
5
<artifactId >druid</artifactId >
6
- <version >1.1.22 </version >
6
+ <version >1.1.23 </version >
7
7
8
8
9
9
<packaging >jar</packaging >
21
21
<javadoc .skip>true</javadoc .skip>
22
22
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
- <jdk .version>1.8 </jdk .version>
24
+ <jdk .version>1.6 </jdk .version>
25
25
</properties >
26
26
27
27
<repositories >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public final class VERSION {
19
19
20
20
public final static int MajorVersion = 1 ;
21
21
public final static int MinorVersion = 1 ;
22
- public final static int RevisionVersion = 22 ;
22
+ public final static int RevisionVersion = 23 ;
23
23
24
24
public static String getVersionNumber () {
25
25
return VERSION .MajorVersion + "." + VERSION .MinorVersion + "." + VERSION .RevisionVersion ;
You can’t perform that action at this time.
0 commit comments