This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit 1b31d98585a2c74eb05f96f7060191da3e24dd88
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Jun 12 21:13:56 2009 +0000

    fix parent (as this is now a shared component)
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@784275 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2aee138..ded2871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,14 @@ under the License.
 
 <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>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to