Skip to content

Commit 6845e8e

Browse files
authored
Add Gitea to the managed set (#4301)
1 parent 4b30c2d commit 6845e8e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,11 @@
10291029
<artifactId>git-server</artifactId>
10301030
<version>126.v0d945d8d2b_39</version>
10311031
</dependency>
1032+
<dependency>
1033+
<groupId>org.jenkins-ci.plugins</groupId>
1034+
<artifactId>gitea</artifactId>
1035+
<version>234.v60def593ec50</version>
1036+
</dependency>
10321037
<dependency>
10331038
<groupId>org.jenkins-ci.plugins</groupId>
10341039
<artifactId>github-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,11 @@
898898
<artifactId>git-server</artifactId>
899899
<scope>test</scope>
900900
</dependency>
901+
<dependency>
902+
<groupId>org.jenkins-ci.plugins</groupId>
903+
<artifactId>gitea</artifactId>
904+
<scope>test</scope>
905+
</dependency>
901906
<dependency>
902907
<groupId>org.jenkins-ci.plugins</groupId>
903908
<artifactId>github-api</artifactId>

0 commit comments

Comments
 (0)