This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d6176c0 trivial: updated JIRA report
d6176c0 is described below
commit d6176c0ea9bd9c95087dccb02fb418e379fe74ca
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Aug 7 15:25:35 2018 +0200
trivial: updated JIRA report
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cc672aa..587ce23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<site.jira.version.id>12336741,12338350,12338646,12338974,12341271,12342047,12342267,12342272,12343462</site.jira.version.id>
+
<site.jira.version.id>12336741,12338350,12338646,12338974,12341271,12342047,12342267,12342272,12343462,12343846</site.jira.version.id>
<maven.version>3.3.9</maven.version>
<maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>
@@ -249,7 +249,7 @@
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<useJql>true</useJql>
- <sortColumnNames>Key DESC</sortColumnNames>
+ <sortColumnNames>resolutiondate DESC</sortColumnNames>
<columnNames>Type,Key,Summary,Fix Version</columnNames>
<resolutionIds>Fixed</resolutionIds>
</configuration>