File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 21
21
</licenses >
22
22
23
23
<properties >
24
- <revision >2.10.3 </revision >
24
+ <revision >2.10.4 </revision >
25
25
<changelist >-SNAPSHOT</changelist >
26
26
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
27
27
<hpi .compatibleSinceVersion>2.2.0</hpi .compatibleSinceVersion>
119
119
<dependency >
120
120
<groupId >io.jenkins.tools.bom</groupId >
121
121
<artifactId >bom-2.277.x</artifactId >
122
- <version >28 </version >
122
+ <version >29 </version >
123
123
<scope >import</scope >
124
124
<type >pom</type >
125
125
</dependency >
141
141
<plugin >
142
142
<groupId >com.diffplug.spotless</groupId >
143
143
<artifactId >spotless-maven-plugin</artifactId >
144
- <version >2.10.1 </version >
144
+ <version >2.11.0 </version >
145
145
<executions >
146
146
<execution >
147
147
<id >spotless-check</id >
You can’t perform that action at this time.
0 commit comments