Skip to content

Commit

Permalink
Add GitHub Branch Source to the managed set (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 25, 2023
1 parent 5502d01 commit b6b98fd
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 @@ -362,6 +362,11 @@
<artifactId>github-api</artifactId>
<version>1.303-417.ve35d9dd78549</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-branch-source</artifactId>
<version>1703.vd5a_2b_29c6cdc</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>gitlab-oauth</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 @@ -283,6 +283,11 @@
<artifactId>github-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-branch-source</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>gitlab-oauth</artifactId>
Expand Down

0 comments on commit b6b98fd

Please sign in to comment.