Skip to content

Commit

Permalink
add compile version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Tsau authored and Frank Tsau committed Mar 19, 2019
1 parent 78a6d16 commit 5ea24fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<groupId>cn.nju.game</groupId>
<artifactId>dp-game</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<encoding>UTF-8</encoding>
<java.version>1.5</java.version>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
<dependency>
Expand Down

0 comments on commit 5ea24fe

Please sign in to comment.