Author: ludwig
Date: Mon Oct 10 07:55:13 2011
New Revision: 1180813

URL: http://svn.apache.org/viewvc?rev=1180813&view=rev
Log:
Updated java version, parent version and some plugin versions.

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=1180813&r1=1180812&r2=1180813&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Mon Oct 10 07:55:13 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>7</version>
+    <version>10</version>
   </parent>
   <groupId>org.apache.fulcrum</groupId>
   <artifactId>fulcrum-parent</artifactId>
@@ -195,12 +195,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.4</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>
@@ -223,7 +222,6 @@
       <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,
@@ -236,7 +234,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.3</version>
+        <version>2.10</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -253,13 +251,13 @@
         <!-- get test coverage for regression tests -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5.1</version>
       </plugin>      
       <plugin>
         <!-- generate the changes report from changes.xml -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-3</version>
+        <version>2.6</version>
        <configuration>
                <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
        </configuration>                      
@@ -462,10 +460,10 @@
   <properties>
   
     <!-- Default configuration for compiler source and target JVM -->
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+       <maven.compile.source>1.6</maven.compile.source>
+       <maven.compile.target>1.6</maven.compile.target>
     
-    <!-- Default values for the download-page generation by 
commons-build-plugin -->
+       <!-- Default values for the download-page generation by 
commons-build-plugin -->
     
<commons.release.name>${project.artifactId}-${fulcrum.release.version}</commons.release.name>
     <commons.binary.suffix>-bin</commons.binary.suffix>
 


Reply via email to