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 2012/12/14 02:59:21 UTC

git commit: pom simplification: default checkinComment already contains ${project.name}

Updated Branches:
  refs/heads/master c7831f6e8 -> 2e5d85b8b


pom simplification: default checkinComment already contains
${project.name}

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

Branch: refs/heads/master
Commit: 2e5d85b8bc6706eaefed0eb77563350422d94e32
Parents: c7831f6
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Dec 14 02:59:18 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Dec 14 02:59:18 2012 +0100

----------------------------------------------------------------------
 pom.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2e5d85b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8e43cab..3a62be1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <version>2.13-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>SureFire</name>
+  <name>Apache Maven Surefire</name>
   <description>Surefire is a test framework project.</description>
   <url>http://maven.apache.org/surefire</url>
   <inceptionYear>2004</inceptionYear>
@@ -300,7 +300,6 @@
           <version>1.0-beta-2</version>
           <configuration>
             <checkoutDirectory>${maven.surefire.scmPubCheckoutDirectory}</checkoutDirectory>
-            <checkinComment>Apache Maven Surefire site deployment</checkinComment>
             <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>