You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by lu...@apache.org on 2011/10/10 10:36:48 UTC

svn commit: r1180826 - /turbine/fulcrum/trunk/parent/pom.xml

Author: ludwig
Date: Mon Oct 10 08:36:48 2011
New Revision: 1180826

URL: http://svn.apache.org/viewvc?rev=1180826&view=rev
Log:
Correcting errors from previous commit

Modified:
    turbine/fulcrum/trunk/parent/pom.xml

Modified: turbine/fulcrum/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=1180826&r1=1180825&r2=1180826&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Mon Oct 10 08:36:48 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>9</version>
   </parent>
   <groupId>org.apache.fulcrum</groupId>
   <artifactId>fulcrum-parent</artifactId>
@@ -195,11 +195,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.0.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.3</version>
         <configuration> 
           <aggregate>false</aggregate>
           <source>${maven.compile.source}</source>
@@ -222,6 +223,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>2.0</version>
         <configuration>
           <!-- Exclude the navigation file for Maven 1 sites
                and the changes file used by the changes-plugin,
@@ -234,7 +236,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.10</version>
+        <version>2.4.3</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -251,13 +253,13 @@
         <!-- get test coverage for regression tests -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.2</version>
       </plugin>      
       <plugin>
         <!-- generate the changes report from changes.xml -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.0-beta-3</version>
       	<configuration>
       		<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
       	</configuration>              	      



Re: svn commit: r1180826 - /turbine/fulcrum/trunk/parent/pom.xml

Posted by Ludwig Magnusson <lu...@itcatapult.com>.
I was a bit hasty in my previous commit.
With this version, I have tested to build fulcrum artifacts and their sites 
and with this one it works properly (using maven 2.2.1).

It does not work if apache parent version 10 i used. The site generation 
fails.

This version uses java 1.6 and apache parent version 9.

We could update all the plugins but this requires more work than i initially 
thought and updating them is more "nice" than "required" for me.
This version is IMHO ready for release.

/Ludwig

-----Ursprungligt meddelande----- 
From: ludwig@apache.org
Sent: Monday, October 10, 2011 10:36 AM
To: commits@turbine.apache.org
Subject: svn commit: r1180826 - /turbine/fulcrum/trunk/parent/pom.xml

Author: ludwig
Date: Mon Oct 10 08:36:48 2011
New Revision: 1180826

URL: http://svn.apache.org/viewvc?rev=1180826&view=rev
Log:
Correcting errors from previous commit

Modified:
    turbine/fulcrum/trunk/parent/pom.xml

Modified: turbine/fulcrum/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=1180826&r1=1180825&r2=1180826&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Mon Oct 10 08:36:48 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>9</version>
   </parent>
   <groupId>org.apache.fulcrum</groupId>
   <artifactId>fulcrum-parent</artifactId>
@@ -195,11 +195,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.0.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.3</version>
         <configuration>
           <aggregate>false</aggregate>
           <source>${maven.compile.source}</source>
@@ -222,6 +223,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>2.0</version>
         <configuration>
           <!-- Exclude the navigation file for Maven 1 sites
                and the changes file used by the changes-plugin,
@@ -234,7 +236,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.10</version>
+        <version>2.4.3</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -251,13 +253,13 @@
         <!-- get test coverage for regression tests -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.2</version>
       </plugin>
       <plugin>
         <!-- generate the changes report from changes.xml -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.0-beta-3</version>
       <configuration>
       <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
       </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org