Skip to content

Commit

Permalink
Remove reference to Prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 8, 2023
1 parent 29792d5 commit 5c2cee0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<gitHubRepo>jenkinsci/scriptler-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.426</jenkins.version>
</properties>
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
Expand All @@ -42,8 +42,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2465.va_e76ed7b_3061</version>
<artifactId>bom-2.426.x</artifactId>
<version>2555.v3190a_8a_c60c6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ THE SOFTWARE.
<div align="right">
<f:submit value="${%Run}" name="run" />
</div>
<script>$('script').focus();</script>
<script>document.getElementById('script').focus();</script>
</form>
<j:if test="${output!=null}">
<h2>${%Result}</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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:p="/lib/scriptler">

<st:adjunct assumes="org.kohsuke.stapler.framework.prototype.prototype" includes="org.kohsuke.stapler.bind"/>
<st:adjunct includes="org.kohsuke.stapler.bind"/>
<st:once>
<script type="text/javascript" src="${resURL}/plugin/scriptler/lib/scriptler.js" />
</st:once>
Expand Down

0 comments on commit 5c2cee0

Please sign in to comment.