Skip to content

Commit

Permalink
Updated url, parboiled and maven-compiler-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanji committed Apr 6, 2014
1 parent 2333830 commit 942f845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>1.0.0-SNAPSHOT</version>
<name>toml4j</name>
<description>A parser for TOML</description>
<url>http://moandjiezana.com/toml/toml4j</url>
<url>http://moandjiezana.com/toml/</url>
<developers>
<developer>
<id>moandji.ezana</id>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-java</artifactId>
<version>1.1.4</version>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down

0 comments on commit 942f845

Please sign in to comment.