Update POM & depends

This commit is contained in:
md_5 2013-04-20 12:07:55 +10:00
parent a318ec4ce6
commit 3a7ef779bf

19
pom.xml
View File

@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -24,15 +26,6 @@
</license> </license>
</licenses> </licenses>
<developers>
<developer>
<id>md_5</id>
<name>Michael Dardis</name>
<email>md_5@live.com.au</email>
<timezone>+10</timezone>
</developer>
</developers>
<scm> <scm>
<connection>scm:git:git@github.com:md-5/SpecialSource.git</connection> <connection>scm:git:git@github.com:md-5/SpecialSource.git</connection>
<developerConnection>scm:git:git@github.com:md-5/SpecialSource.git</developerConnection> <developerConnection>scm:git:git@github.com:md-5/SpecialSource.git</developerConnection>
@ -64,14 +57,14 @@
<dependency> <dependency>
<groupId>net.sf.jopt-simple</groupId> <groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId> <artifactId>jopt-simple</artifactId>
<version>3.2</version> <version>4.4</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>12.0</version> <version>14.0.1</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
@ -108,7 +101,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>