Skip to content

Commit

Permalink
update druid version & compile jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 27, 2020
1 parent ad61aeb commit 6b30a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.22</version>
<version>1.1.23</version>


<packaging>jar</packaging>
Expand All @@ -21,7 +21,7 @@
<javadoc.skip>true</javadoc.skip>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<jdk.version>1.6</jdk.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/druid/VERSION.java
Expand Up @@ -19,7 +19,7 @@ public final class VERSION {

public final static int MajorVersion = 1;
public final static int MinorVersion = 1;
public final static int RevisionVersion = 22;
public final static int RevisionVersion = 23;

public static String getVersionNumber() {
return VERSION.MajorVersion + "." + VERSION.MinorVersion + "." + VERSION.RevisionVersion;
Expand Down

0 comments on commit 6b30a0e

Please sign in to comment.