Capitalized name, fixed description.

This commit is contained in:
Michael Bayne
2011-09-30 00:44:07 +00:00
parent 5a3266640f
commit c3a01d5883
+6 -3
View File
@@ -1,12 +1,15 @@
<?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">
<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.samskivert</groupId>
<artifactId>depot</artifactId>
<packaging>jar</packaging>
<version>1.5-SNAPSHOT</version>
<name>depot</name>
<description>A collection of Java utilities.</description>
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
<url>http://code.google.com/p/depot/</url>
<issueManagement>
<url>http://code.google.com/p/depot/issues/list</url>