Author: hboutemy
Date: Sun May  9 19:43:09 2010
New Revision: 942594

URL: http://svn.apache.org/viewvc?rev=942594&view=rev
Log:
o updated maven-reporting-api to version 3.0
o updated maven core dependency to 2.0.6

Modified:
    maven/shared/branches/maven-reporting-impl-2.0.x/pom.xml

Modified: maven/shared/branches/maven-reporting-impl-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.x/pom.xml?rev=942594&r1=942593&r2=942594&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.x/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.x/pom.xml Sun May  9 
19:43:09 2010
@@ -57,7 +57,7 @@
   </issueManagement>
 
   <properties>
-    <mavenVersion>2.0.4</mavenVersion>
+    <mavenVersion>2.0.6</mavenVersion>
     <doxiaVersion>1.0</doxiaVersion>
   </properties>
 
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0</version>
     </dependency>
 
     <!-- maven -->
@@ -91,6 +91,11 @@
       <artifactId>doxia-site-renderer</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-doxia-tools</artifactId>
+      <version>1.0.2</version>
+    </dependency>
 
     <!-- misc -->
     <dependency>
@@ -99,11 +104,6 @@
       <version>1.2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-doxia-tools</artifactId>
-      <version>1.0.2</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>1.5.8</version>


Reply via email to