You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/06/12 23:13:56 UTC

svn commit: r784275 - /maven/shared/trunk/maven-reporting-api/pom.xml

Author: olamy
Date: Fri Jun 12 21:13:56 2009
New Revision: 784275

URL: http://svn.apache.org/viewvc?rev=784275&view=rev
Log:
fix parent (as this is now a shared component)

Modified:
    maven/shared/trunk/maven-reporting-api/pom.xml

Modified: maven/shared/trunk/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api/pom.xml?rev=784275&r1=784274&r2=784275&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-api/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-api/pom.xml Fri Jun 12 21:13:56 2009
@@ -21,13 +21,14 @@
 
 <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>
-    <artifactId>maven</artifactId>
-    <groupId>org.apache.maven</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <groupId>org.apache.maven.shared</groupId>
+    <artifactId>maven-shared-components</artifactId>
+    <version>11</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-api</artifactId>
   <name>Maven Reporting API</name>
+  <version>3.0-SNAPSHOT</version>
   <developers>
     <developer>
       <id>vsiveton</id>