Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
sunff authored and sunff committed Aug 24, 2018
1 parent 4ba77df commit c5f45f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -4,17 +4,17 @@

<groupId>com.zhuzhong</groupId>
<artifactId>idleaf</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>idleaf</name>
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
<!-- <log4j.version>2.6.2</log4j.version> -->
<spring.version>4.2.4.RELEASE</spring.version>
</properties>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.9</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Expand Up @@ -27,6 +27,7 @@
* @author sunff
*
*/
@Deprecated
public class ExtendMySQLMaxValueIncrementer extends AbstractColumnMaxValueIncrementer {

/**
Expand Down

0 comments on commit c5f45f5

Please sign in to comment.