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 eb3510ff175ff5b37e81f0f9301663ed3fe4002d
Author: Herve Boutemy <[email protected]>
AuthorDate: Sun May 2 12:12:55 2010 +0000

    put back maven-reporting-api to org.apache.maven groupId
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@940198 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b27c577..9268adc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,15 +20,20 @@ under the License.
 -->
 
 <project 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' 
xmlns='http://maven.apache.org/POM/4.0.0'>
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>12</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <name>Maven Reporting API</name>
   <version>3.0-SNAPSHOT</version>
+
+  <name>Maven Reporting API</name>
+
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -40,6 +45,7 @@ under the License.
       <timezone>-5</timezone>
     </developer>
   </developers>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>

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

Reply via email to