Skip to content

Commit

Permalink
remove lib.form.hetero-list.hetero-list (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Nov 8, 2023
1 parent 61c4ac6 commit b16722f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.426</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<no-test-jar>false</no-test-jar>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
Expand All @@ -79,8 +79,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.426.x</artifactId>
<version>2555.v3190a_8a_c60c6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/jenkins/scm/api/form/traits.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ THE SOFTWARE.
</d:tag>
</d:taglib>

<st:adjunct includes="lib.form.hetero-list.hetero-list"/>
<st:adjunct includes="jenkins.scm.api.form.traits.traits"/>

<j:set var="targetType" value="${attrs.targetType?:it.class}"/>
Expand Down

0 comments on commit b16722f

Please sign in to comment.