Repository: maven-surefire
Updated Branches:
  refs/heads/master c1267f521 -> 190c96706


o Remove Assignee and Fix-Version columns from Jira report (we're using 
onlyCurrentVersion=true anyway), use surefire-${project.version} as path name 
in surefire-archives


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

Branch: refs/heads/master
Commit: bb9d1ea0704be18b6c80dcf74073f98565bde926
Parents: c1267f5
Author: Andreas Gudian <agud...@apache.org>
Authored: Fri Oct 31 17:02:20 2014 +0100
Committer: Andreas Gudian <agud...@apache.org>
Committed: Fri Oct 31 17:02:20 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/bb9d1ea0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8d5ebaa..1b56683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <shadedVersion>2.12.4</shadedVersion>
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     
<maven.surefire.scm.devConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
-    <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
+    
<maven.site.path>surefire-archives/surefire-${project.version}</maven.site.path>
   </properties>
 
   <dependencyManagement>
@@ -416,7 +416,7 @@
             <version>2.11</version>
             <configuration>
               <!-- For JIRA-report -->
-              <columnNames>Type,Priority,Key,Summary,Assignee,Resolution,Fix 
Version</columnNames>
+              <columnNames>Type,Priority,Key,Summary,Resolution</columnNames>
               <onlyCurrentVersion>true</onlyCurrentVersion>
               <resolutionIds>Fixed</resolutionIds>
               <sortColumnNames>type DESC,Priority DESC,Key</sortColumnNames>

Reply via email to