You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/15 21:12:29 UTC

svn commit: r321470 - /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Author: brett
Date: Sat Oct 15 12:12:25 2005
New Revision: 321470

URL: http://svn.apache.org/viewcvs?rev=321470&view=rev
Log:
[maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0-beta-2

Modified:
    maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml?rev=321470&r1=321469&r2=321470&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml Sat Oct 15 12:12:25 2005
@@ -8,11 +8,8 @@
   <artifactId>maven-project-info-reports-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Project Info Reports Plugin</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
+  <version>2.0-beta-2</version>
   <inceptionYear>2005</inceptionYear>
-  <prerequisites>
-    <maven>2.0</maven>
-  </prerequisites>
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -31,6 +28,19 @@
       <email>jruiz@exist.com</email>
     </contributor>
   </contributors>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
@@ -38,6 +48,12 @@
       <version>1.0-alpha-2</version>
     </dependency>
     <dependency>
+      <groupId>httpunit</groupId>
+      <artifactId>httpunit</artifactId>
+      <version>1.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
       <version>1.1.4</version>
@@ -58,6 +74,12 @@
       <version>1.0-alpha-2</version>
     </dependency>
     <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-i18n</artifactId>
+      <version>1.0-beta-5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
       <version>2.0</version>
@@ -82,29 +104,5 @@
       <artifactId>maven-scm-provider-cvs</artifactId>
       <version>1.0-alpha-2</version>
     </dependency>
-    <dependency>
-      <groupId>httpunit</groupId>
-      <artifactId>httpunit</artifactId>
-      <version>1.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>plexus</groupId>
-      <artifactId>plexus-i18n</artifactId>
-      <version>1.0-beta-5</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
-  <!-- for reactor ordering -->
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration><skip>true</skip></configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+</project>
\ No newline at end of file