Skip to content

Commit bdec8b6

Browse files
authored
Merge branch 'master' into allow_ignoring_rate_limits
2 parents 7b39521 + 9ce6f57 commit bdec8b6

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2-
tag-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'github-branch-source-$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🚀 Features'
55
labels:

pom.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
</licenses>
2222

2323
<properties>
24-
<revision>2.8.3</revision>
24+
<revision>2.8.4</revision>
2525
<changelist>-SNAPSHOT</changelist>
2626
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
2727
<java.level>8</java.level>
28-
<jenkins.version>2.164.3</jenkins.version>
28+
<jenkins.version>2.176.4</jenkins.version>
2929
<useBeta>true</useBeta>
3030
<jcasc.version>1.35</jcasc.version>
3131
<jjwt.version>0.10.5</jjwt.version>
@@ -48,12 +48,6 @@
4848
<artifactId>github-api</artifactId>
4949
<version>1.115</version>
5050
</dependency>
51-
<!-- TODO: after upgrading jenkins.version >= 2.171, migrate dependency -->
52-
<dependency>
53-
<groupId>io.jenkins.temp.jelly</groupId>
54-
<artifactId>multiline-secrets-ui</artifactId>
55-
<version>1.0</version>
56-
</dependency>
5751
<dependency>
5852
<groupId>com.coravy.hudson.plugins.github</groupId>
5953
<artifactId>github</artifactId>
@@ -123,16 +117,11 @@
123117
<dependencies>
124118
<dependency>
125119
<groupId>io.jenkins.tools.bom</groupId>
126-
<artifactId>bom-2.164.x</artifactId>
127-
<version>9</version>
120+
<artifactId>bom-2.176.x</artifactId>
121+
<version>11</version>
128122
<scope>import</scope>
129123
<type>pom</type>
130124
</dependency>
131-
<dependency>
132-
<groupId>org.apache.commons</groupId>
133-
<artifactId>commons-lang3</artifactId>
134-
<version>3.9</version>
135-
</dependency>
136125
</dependencies>
137126
</dependencyManagement>
138127
<repositories>

src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials/config.jelly

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
</j:choose>
1919

2020
<f:entry title="${%Key}" field="privateKey">
21-
<!-- TODO: after upgrading jenkins.version >= 2.171, remove xmlns below and use f:secretTextArea
22-
e.g. https://github.com/jenkinsci/ssh-credentials-plugin/commit/68ce416ec00b88a13579285df5cacaea8f39d435
23-
-->
24-
<secretTextarea xmlns="/io/jenkins/temp/jelly"/>
21+
<f:secretTextarea />
2522
</f:entry>
2623

2724
<f:advanced>

0 commit comments

Comments
 (0)