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
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ updates:
- "jglick"
schedule:
interval: "daily"
ignore:
# TODO until 2.332.x & 2.346.x dropped
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was obsolete as of #1642 anyway.

- dependency-name: org.jenkins-ci.plugins:plugin
- package-ecosystem: "maven"
open-pull-requests-limit: 25
directory: "/bom-weekly"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t
After selecting your plugin’s LTS baseline:

```xml
<jenkins.version>2.332.4</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
```

just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from that line:
Expand All @@ -24,7 +24,7 @@ just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from tha
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<artifactId>bom-2.361.x</artifactId>
<version>…</version>
<scope>import</scope>
<type>pom</type>
Expand Down
208 changes: 0 additions & 208 deletions bom-2.332.x/pom.xml

This file was deleted.

144 changes: 0 additions & 144 deletions bom-2.346.x/pom.xml

This file was deleted.

2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<module>bom-weekly</module>
<module>bom-2.375.x</module>
<module>bom-2.361.x</module>
<module>bom-2.346.x</module>
<module>bom-2.332.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
Loading