You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/06 18:35:25 UTC

git commit: fixed parent pom

Updated Branches:
  refs/heads/master ef5d83255 -> b4a9054de


fixed parent pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/b4a9054d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/b4a9054d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/b4a9054d

Branch: refs/heads/master
Commit: b4a9054de8d099ea98465e9e386919b8f9be2a29
Parents: ef5d832
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Feb 6 18:34:17 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Feb 6 18:34:17 2013 +0100

----------------------------------------------------------------------
 pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/b4a9054d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 36b7396..4a4a09d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,13 @@
          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>10</version>
+    </parent>
+
     <groupId>org.apache.marmotta</groupId>
     <artifactId>marmotta-parent</artifactId>
     <version>3.0.0-SNAPSHOT</version>
@@ -94,11 +101,13 @@
             <email>sschaffert@apache.org</email>
             <organization>The Apache Software Foundation</organization>
         </developer>
+        <developer>
             <id>wikier</id>
             <name>Sergio Fernández</name>
             <email>wikier@apache.org</email>
             <organization>The Apache Software Foundation</organization>
         </developer>
+        <developer>
             <id>tkurz</id>
             <name>Thomas Kurz </name>
             <email>tkurz@apache.org</email>