Managing compiler-version through maven.compiler.*-settings
[facebook-errors] / pom.xml
diff --git a/pom.xml b/pom.xml
index bdce89f..aff5b72 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
 
   <groupId>de.juplo</groupId>
-  <artifactId>facebook-utils</artifactId>
-  <name>Juplo - Facebook Utils</name>
-  <description>Collection of usefull classes for communicating with the Facebook-Graph-API</description>
-  <version>2.5.1-SNAPSHOT</version>
+  <artifactId>facebook-errors</artifactId>
+  <name>Juplo - Facebook-Errors</name>
+  <description>Helper-Classes to handle errors, thrown by the Graph-API from Facebook</description>
+  <version>2.5-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <url>http://www.juplo.de/facebook-utils</url>
+  <url>http://www.juplo.de/facebook-errors</url>
 
 
   <prerequisites>
@@ -33,9 +33,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:http://juplo.de/git/facebook-utils</connection>
-    <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/facebook-utils</developerConnection>
-    <url>http://juplo.de/gitweb/?p=facebook-utils;a=summary</url>
+    <connection>scm:git:http://juplo.de/git/facebook-errors</connection>
+    <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/facebook-errors</developerConnection>
+    <url>http://juplo.de/gitweb/?p=facebook-errors;a=summary</url>
   </scm>
 
 
 
   <properties>
 
+    <encoding>UTF-8</encoding>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
+
     <!-- character encoding -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
   <distributionManagement>
     <site>
       <id>www.juplo.de</id>
-      <url>scp://juplo.de/var/www/juplo/facebook-utils-${project.version}</url>
+      <url>scp://juplo.de/var/www/juplo/facebook-errors-${project.version}</url>
     </site>
   </distributionManagement>
 
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.3</version>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
-          <encoding>utf8</encoding>
           <showWarnings>true</showWarnings>
         </configuration>
       </plugin>
         <version>3.5</version>
         <configuration>
           <linkXref>true</linkXref>
-          <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
     </plugins>