Skip to content

Commit

Permalink
11.03.2018
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Niemitz <[email protected]>
  • Loading branch information
RalleYTN committed Mar 11, 2018
1 parent 41e7b12 commit 196476f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,38 @@
<artifactId>SimpleJSON</artifactId>
<version>2.0.0</version>
<name>SimpleJSON</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.9</maven.compiler.target>
<maven.compiler.source>1.9</maven.compiler.source>
</properties>
<description>SimpleJSON is an improved version of https://github.com/fangyidong/json-simple. It adds type safety, serialization, tidy formatting and improved performance.</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://github.com/RalleYTN/SimpleJSON/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Yidong</id>
<name>Yidong Fang</name>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<id>RalleYTN</id>
<name>Ralph Niemitz</name>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<build>
<plugins>
<plugin>
Expand All @@ -15,6 +46,10 @@
<configuration>
<fork>true</fork>
<executable>javac9</executable>
<source>9</source>
<target>9</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 196476f

Please sign in to comment.