Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 0 additions & 62 deletions bom-2.289.x/pom.xml

This file was deleted.

9 changes: 7 additions & 2 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<checks-api.version>1.7.4</checks-api.version>
<configuration-as-code-plugin.version>1429.v09b_044a_c93de</configuration-as-code-plugin.version>
<git-plugin.version>4.11.3</git-plugin.version>
<pipeline-model-definition-plugin.version>2.2081.v3919681ffc1e</pipeline-model-definition-plugin.version>
<pipeline-model-definition-plugin.version>2.2084.v1d2999534103</pipeline-model-definition-plugin.version> <!-- TODO need https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/531 for full testing -->
<pipeline-stage-view-plugin.version>2.24</pipeline-stage-view-plugin.version>
<scm-api-plugin.version>608.vfa_f971c5a_a_e9</scm-api-plugin.version>
<subversion-plugin.version>2.15.5</subversion-plugin.version>
Expand Down Expand Up @@ -138,6 +138,11 @@
<artifactId>okhttp-api</artifactId>
<version>4.9.2-20211102</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-groovy-lib</artifactId>
<version>589.vb_a_b_4a_a_8c443c</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
Expand Down Expand Up @@ -537,7 +542,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps-global-lib</artifactId>
<version>583.vf3b_454e43966</version>
<version>588.v576c103a_ff86</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<module>bom-2.332.x</module>
<module>bom-2.319.x</module>
<module>bom-2.303.x</module>
<module>bom-2.289.x</module>
<module>sample-plugin</module>
</modules>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
Expand Down