You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/11/12 07:08:59 UTC

svn commit: r713270 - /maven/mercury/trunk/pom.xml

Author: hboutemy
Date: Tue Nov 11 22:08:58 2008
New Revision: 713270

URL: http://svn.apache.org/viewvc?rev=713270&view=rev
Log:
whoops, this local test with maven-parent shouldn't have gone to svn

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=713270&r1=713269&r2=713270&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Tue Nov 11 22:08:58 2008
@@ -1,12 +1,6 @@
 <?xml version="1.0" encoding="UTF-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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>10-SNAPSHOT</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
-  </parent>
   <groupId>org.apache.maven.mercury</groupId>
   <artifactId>mercury</artifactId>
   <packaging>pom</packaging>