Skip to content

Commit

Permalink
Add description setter to the managed set (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 16, 2025
1 parent 63880e6 commit 54b3c85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,11 @@
<artifactId>database-sqlite</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>description-setter</artifactId>
<version>258.vcd25251271a_a_</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>display-url-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,11 @@
<artifactId>database-sqlite</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>description-setter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>docker-java-api</artifactId>
Expand Down

0 comments on commit 54b3c85

Please sign in to comment.