[Minor] set artifact name to artifactId for easier reading of build log

This commit is contained in:
Robert von Burg 2013-12-24 02:43:47 +01:00
parent e27b5a96d8
commit 5f0419d13f
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<artifactId>li.strolch.persistence.postgresql</artifactId>
<name>Reference Persistence Implementation for Strolch</name>
<description>Reference Persistence Implementation for Strolch</description>
<name>li.strolch.persistence.postgresql</name>
<description>PostgreSQL Persistence Implementation for Strolch</description>
<url>https://github.com/eitch/li.strolch.persistence.postgresql</url>