log request info in a file accessible outstide the container
[pnews.git] / pnews / pom.xml
index 5631d03..89277c0 100644 (file)
@@ -2,15 +2,15 @@
 <project>
         <modelVersion>4.0.0</modelVersion>
         <groupId>pnews</groupId>
-        <artifactId>pnews</artifactId>
+        <artifactId>pnews-core</artifactId>
         <version>1.0</version>
         <packaging>jar</packaging>
-        <name>pnews</name>
+        <name>pnews-core</name>
 
         <properties>
                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-                <maven.compiler.source>1.8</maven.compiler.source>
-                <maven.compiler.target>1.8</maven.compiler.target>
+                <maven.compiler.source>1.7</maven.compiler.source>
+                <maven.compiler.target>1.7</maven.compiler.target>
         </properties>
 
         <dependencies>