Skip to content

Commit

Permalink
Add Claim to the managed set (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 17, 2025
1 parent 3c2ece3 commit 35fb7f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<artifactId>build-user-vars-plugin</artifactId>
<version>176.vb_9c7907fd524</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>claim</artifactId>
<version>554.va_f9b_58b_0a_088</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,11 @@
<artifactId>build-user-vars-plugin</artifactId>
<version>182.v378b_9f14b_487</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>claim</artifactId>
<version>585.v619f52a_a_09dc</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloud-stats</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 @@ -710,6 +710,11 @@
<artifactId>build-user-vars-plugin</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>claim</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloud-stats</artifactId>
Expand Down

0 comments on commit 35fb7f4

Please sign in to comment.