Skip to content

Commit

Permalink
Merge branch 'master' into require-jenkins-2.479
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 18, 2024
2 parents abed0af + 9885100 commit 796829c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
Expand All @@ -57,7 +57,7 @@
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
<jenkins.version>${jenkins.baseline}</jenkins.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.12.1</revision>
<revision>1.13.0</revision>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3482.vc10d4f6da_28a_</version>
<version>3532.v8059503f6b_23</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ THE SOFTWARE.
<st:once>
<script type="text/javascript" src="${resURL}/plugin/nodelabelparameter/lib/nodelabel.js" />
</st:once>
<script >
</script>

<f:entry title="${%Name}" >
<f:textbox name="parameter.name" value="${instance.name}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ THE SOFTWARE.
<st:once>
<script type="text/javascript" src="${resURL}/plugin/nodelabelparameter/lib/nodelabel.js" />
</st:once>
<script >
</script>

<f:entry title="${%Name}" >
<f:textbox name="parameter.name" value="${instance.name}" />
Expand Down

0 comments on commit 796829c

Please sign in to comment.