mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-01-01 04:52:24 +00:00
Updated url, parboiled and maven-compiler-plugin.
This commit is contained in:
parent
2333830f72
commit
942f8451b5
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>toml4j</name>
|
<name>toml4j</name>
|
||||||
<description>A parser for TOML</description>
|
<description>A parser for TOML</description>
|
||||||
<url>http://moandjiezana.com/toml/toml4j</url>
|
<url>http://moandjiezana.com/toml/</url>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>moandji.ezana</id>
|
<id>moandji.ezana</id>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.parboiled</groupId>
|
<groupId>org.parboiled</groupId>
|
||||||
<artifactId>parboiled-java</artifactId>
|
<artifactId>parboiled-java</artifactId>
|
||||||
<version>1.1.4</version>
|
<version>1.1.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.0</version>
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.6</source>
|
<source>1.6</source>
|
||||||
<target>1.6</target>
|
<target>1.6</target>
|
||||||
|
|
Loading…
Reference in a new issue