Updated url, parboiled and maven-compiler-plugin.

This commit is contained in:
moandji.ezana 2014-04-06 21:55:56 +02:00
parent 2333830f72
commit 942f8451b5

View file

@ -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>