Skip to content

Commit aa12093

Browse files
authored
Merge branch 'master' into deleteGhEndpoints
2 parents b77ec86 + 635b1c6 commit aa12093

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

pom.xml

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

2323
<properties>
24-
<revision>2.10.3</revision>
24+
<revision>2.10.4</revision>
2525
<changelist>-SNAPSHOT</changelist>
2626
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2727
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>io.jenkins.tools.bom</groupId>
121121
<artifactId>bom-2.277.x</artifactId>
122-
<version>28</version>
122+
<version>29</version>
123123
<scope>import</scope>
124124
<type>pom</type>
125125
</dependency>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>com.diffplug.spotless</groupId>
143143
<artifactId>spotless-maven-plugin</artifactId>
144-
<version>2.10.1</version>
144+
<version>2.11.0</version>
145145
<executions>
146146
<execution>
147147
<id>spotless-check</id>

0 commit comments

Comments
 (0)