You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/03 05:43:35 UTC

svn commit: r1308664 - /incubator/mrunit/trunk/pom.xml

Author: jdonofrio
Date: Tue Apr  3 03:43:35 2012
New Revision: 1308664

URL: http://svn.apache.org/viewvc?rev=1308664&view=rev
Log:
MRUNIT-94: upgrade parent pom to version 10 and remove info in pom that is inherited from parent

Modified:
    incubator/mrunit/trunk/pom.xml

Modified: incubator/mrunit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/mrunit/trunk/pom.xml?rev=1308664&r1=1308663&r2=1308664&view=diff
==============================================================================
--- incubator/mrunit/trunk/pom.xml (original)
+++ incubator/mrunit/trunk/pom.xml Tue Apr  3 03:43:35 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>7</version>
+    <version>10</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -39,15 +39,6 @@
     reduce jobs.
   </description>
 
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-  </organization>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/MRUNIT</url>
@@ -64,13 +55,6 @@
     <url>http://svn.apache.org/viewvc/incubator/mrunit/trunk/</url>
   </scm>
 
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-    </license>
-  </licenses>
-
   <mailingLists>
     <mailingList>
       <name>mrunit user</name>
@@ -248,23 +232,6 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache-snapshots</id>
-      <url>https://repository.apache.org/content/repositories/snapshots</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <dependencies>
 
     <dependency>