fix pom

git-svn-id: https://svn.apache.org/repos/asf/directmemory/lightning/trunk@1392632 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4773db2..59a4617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,13 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+  </parent>
+
   <groupId>org.apache.directmemory.lightning</groupId>
   <artifactId>lightning</artifactId>
   <version>0.0.1-SNAPSHOT</version>
@@ -37,20 +44,6 @@
     <module>lightning-integration</module>
   </modules>
 
-  <distributionManagement>
-    <repository>
-      <id>sonatype-nexus-staging</id>
-      <name>Nexus Release Repository</name>
-      <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/
-			</url>
-    </repository>
-    <snapshotRepository>
-      <id>sonatype-nexus-snapshots</id>
-      <name>Sonatype Nexus Snapshots</name>
-      <url>http://oss.sonatype.org/content/repositories/snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
-
   <developers>
     <developer>
       <id>noctarius</id>
@@ -68,16 +61,7 @@
     </license>
   </licenses>
 
-  <issueManagement>
-    <system>GitHub Issue Tracker</system>
-    <url>https://github.com/noctarius/Lightning/issues</url>
-  </issueManagement>
 
-  <scm>
-    <connection>scm:git:http://github.com/Lightning/Lightning</connection>
-    <developerConnection>scm:git:https://github.com/Lightning/Lightning</developerConnection>
-    <url>http://github.com/Lightning/Lightning</url>
-  </scm>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -255,19 +239,6 @@
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>2.1.2</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>