adding project info to pom.xml

This commit is contained in:
Sandor Vasi
2016-03-02 17:53:41 +01:00
parent 61d52451f3
commit 4b8ddcb9e1

View File

@@ -5,6 +5,8 @@
<groupId>ie.corballis</groupId> <groupId>ie.corballis</groupId>
<artifactId>sox-java</artifactId> <artifactId>sox-java</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Sox wrapper for java</name>
<url>https://github.com/corballis/sox-wrapper-java</url> <url>https://github.com/corballis/sox-wrapper-java</url>
<licenses> <licenses>
@@ -15,6 +17,10 @@
</license> </license>
</licenses> </licenses>
<description>
Java wrapper around the famous sox audio processing tool.
</description>
<developers> <developers>
<developer> <developer>
<id>sawo</id> <id>sawo</id>