update pom
diff --git a/pom.xml b/pom.xml
index a29b64d..3e93be8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,8 +2,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>nbm-maven</artifactId>
-        <version>1.2</version>
+        <artifactId>mojo-parent</artifactId>
+        <version>40</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +21,7 @@
         <url>https://github.com/mojohaus/nb-repository-plugin/issues</url>
     </issueManagement>
     <prerequisites>
-        <maven>3.0.4</maven>
+        <maven>3.0.5</maven>
     </prerequisites>
     <licenses>
         <license>
@@ -32,7 +32,7 @@
     </licenses>
     <scm>
         <connection>scm:git:https://github.com/mojohaus/nb-repository-plugin.git</connection>
-        <developerConnection>scm:svn:ssh://github.com/mojohaus/nb-repository-plugin.git</developerConnection>
+        <developerConnection>scm:git:ssh://git@github.com/mojohaus/nb-repository-plugin.git</developerConnection>
         <url>https://github.com/mojohaus/nb-repository-plugin/tree/${project.scm.tag}</url>
         <tag>master</tag>
     </scm>
@@ -40,8 +40,7 @@
         <developer>
             <id>mkleint</id>
             <name>Milos Kleint</name>
-            <email>mkleint@codehaus.org</email>
-            <organization>Codehaus</organization>
+            <email>mkleint@gmail.com</email>
             <roles>
                 <role>Developer</role>
             </roles>
@@ -55,6 +54,13 @@
                 <role>Developer</role>
             </roles>
         </developer>
+        <developer>
+            <id>ebarboni</id>
+            <name>Eric Barboni</name>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
     </developers>
     <contributors>
         <contributor>
@@ -114,8 +120,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.7</source>
+                    <target>1.7</target>
                 </configuration>
             </plugin>
             <plugin>