[LIB-4] Output of results to console
[hespiff.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index aedbb9f..1615323 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
     <name>Hedgecode XSPF API</name>
     <description>
-        Hedgecode XSPF API.
+        Hedgecode XSPF API is a Java library for reading and writing XSPF playlists.
     </description>
     <inceptionYear>2015</inceptionYear>
 
@@ -60,7 +60,7 @@
     </distributionManagement>
 
     <properties>
-        <javaVersion>7</javaVersion>
+        <javaVersion>8</javaVersion>
         <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
         <maven.compiler.target>1.${javaVersion}</maven.compiler.target>