Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 7a366db

Browse files
committed
2.11.2 snapshot qualification (#296)
* Fixed issue 281 (#284) * Update the maven release (#286) * [maven-release-plugin] prepare release matlab-2.12.0 * [maven-release-plugin] prepare for next development iteration * Added summary page warnning * Updated summary warnning * Fixed Summary page issues * Fixed issue 292 * Fixed 289 as per comment * Fixed error message issue 288 * Fixed 289
1 parent 083f257 commit 7a366db

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/mathworks/ci/BuildArtifactAction

1 file changed

+1
-1
lines changed

src/main/resources/com/mathworks/ci/BuildArtifactAction/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<j:forEach var="p" items="${it.buildArtifact}" varStatus="status">
6060
<tr>
6161
<td class="pane" align="left">
62-
<a href="../console#matlab-${p.taskName}]">${p.taskName}</a>
62+
<a href="../console#matlab-${p.taskName}">${p.taskName}</a>
6363
</td>
6464
<td class="pane" style="width:9em">
6565
<span class="${pst.cssClass}">

0 commit comments

Comments
 (0)