Add commit report for Artemis 2.31.2
diff --git a/src/components/artemis/download/commit-report-2.31.2.html b/src/components/artemis/download/commit-report-2.31.2.html
new file mode 100644
index 0000000..96ffccb
--- /dev/null
+++ b/src/components/artemis/download/commit-report-2.31.2.html
@@ -0,0 +1,42 @@
+<html>
+<head>
+
+ <!-- taken from https://code.jquery.com/jquery-3.6.1.min.js -->
+ <script src="styles/jquery.min.js"></script>
+
+ <!-- taken from http://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css -->
+ <link rel="stylesheet" charset="utf8" type="text/css" href="styles/jquery.dataTables.min.css">
+
+ <!-- taken from http://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js -->
+ <script type="text/javascript" charset="utf8" src="styles/jquery.dataTables.min.js"></script>
+
+ <script type="text/javascript" class="init">
+
+ $(document).ready( function () {
+ $("#gitreport").DataTable();
+ } );
+ </script>
+
+</head>
+
+<body>
+<br/>
+<h4>Release report 2.31.1(5a1c9bf3d12574cad24be2c8a47e8d7498c87323) and 2.31.2(f4bccc1a26d1686eeed873837c9598bef19e7970)</h4>
+<br/>
+<table id="gitreport" class="display">
+<thead><tr><th>#</th><th>Commit</th><th>Date</th><th>Author</th><th>Short Message</th><th>ARTEMIS JIRAs</th><th>Add</th><th>Rep</th><th>Del</th><th>Tot</th><th>test</th><th>docs/</th><th>examples/</th></tr></thead>
+<tbody>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/845648526f344e465458cf3aaefdd58038d240ad'>1</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/845648526f344e465458cf3aaefdd58038d240ad'>8456485</a></td><td>2023/10/25 19:45:43</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare for next development iteration</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9a699c219f9c2b59453218b90749a0a565043dcc'>2</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9a699c219f9c2b59453218b90749a0a565043dcc'>9a699c2</a></td><td>2023/10/26 22:22:46</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-4477'>ARTEMIS-4477</a>: drop services file as previously, partially-restores filter removed in ARTEMIS 4435</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-4477'>Major/Bug/Fixed/Resolved (ARTEMIS-4477)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f4bccc1a26d1686eeed873837c9598bef19e7970'>3</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f4bccc1a26d1686eeed873837c9598bef19e7970'>f4bccc1</a></td><td>2023/10/27 11:14:19</td><td>Robbie Gemmell</td><td>[maven-release-plugin] prepare release 2.31.2</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+</tbody></table>
+<br><h2>
+<a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARTEMIS%20AND%20key%20in%20(ARTEMIS-4477)'>1 JIRAS on ARTEMIS JIRAs</a></h2>
+<br>Generated with <a href='https://github.com/rh-messaging/jira-git-report'> jira-git-report</a>
+</body></html>