Tidied POM, updated depends.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6712 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-09-30 02:07:36 +00:00
parent dc08f7a87f
commit 360e2323d2
+18 -17
View File
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<name>narya</name>
<description>Facilities for making networked multiplayer games.</description>
<url>http://github.com/threerings/narya/</url>
<issueManagement>
<url>http://github.com/threerings/narya/issues</url>
</issueManagement>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<name>Narya</name>
<description>Facilities for making networked multiplayer games.</description>
<url>http://github.com/threerings/narya/</url>
<issueManagement>
<url>http://github.com/threerings/narya/issues</url>
</issueManagement>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
@@ -44,7 +45,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -68,21 +69,21 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>1.0</version>
<version>1.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<version>1.2</version>
<version>1.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.1.0</version>
<version>2.4.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -103,7 +104,7 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>gwt-utils</artifactId>
<version>1.2</version>
<version>1.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -116,7 +117,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>