Skip to content

Commit

Permalink
[SECURITY-1476]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Brausch authored and daniel-beck committed Sep 10, 2019
1 parent 7886dad commit c979760
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.509.4</version><!-- which version of Jenkins is this plugin built
<version>1.596</version><!-- which version of Jenkins is this plugin built
against? -->
</parent>

Expand Down
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">

Expand All @@ -13,4 +14,4 @@
</l:main-panel>
</l:layout>

</j:jelly>
</j:jelly>
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">

Expand Down Expand Up @@ -116,4 +117,4 @@
</l:main-panel>
</l:layout>

</j:jelly>
</j:jelly>
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
xmlns:f="/lib/form" xmlns:i="jelly:fmt">
Expand Down Expand Up @@ -70,4 +71,4 @@
</table>
</t:summary>

</j:jelly>
</j:jelly>

0 comments on commit c979760

Please sign in to comment.