You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/02/02 18:08:21 UTC

git commit: updated maven-parent to latest release

Updated Branches:
  refs/heads/master 5d06bc6a2 -> aeee413bd


updated maven-parent to latest release

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aeee413b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aeee413b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/aeee413b

Branch: refs/heads/master
Commit: aeee413bda75bcd5f2c3edf1c9e62837a4115fae
Parents: 5d06bc6
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Feb 2 18:08:18 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Feb 2 18:08:18 2013 +0100

----------------------------------------------------------------------
 pom.xml |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/aeee413b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05cdf27..9365e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>22</version>
+    <version>23</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -62,7 +62,6 @@
     <distributionId>apache-maven</distributionId>
     <distributionShortName>Maven</distributionShortName>
     <distributionName>Apache Maven</distributionName>
-    <maven.site.cache>${user.home}/maven-sites</maven.site.cache><!-- TODO remove when upgrading parent to 23 -->
   </properties>
 
   <modules>
@@ -451,16 +450,6 @@
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin><!-- TODO remove when upgrading parent to 23 -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>apache-release</id>
@@ -485,11 +474,6 @@
       <id>reporting</id>
       <reporting>
         <plugins>
-          <plugin><!-- TODO remove when upgrading parent to 23 -->
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.6</version>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>