|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>5.27</version> |
| 8 | + <version>6.2116.v7501b_67dc517</version> |
9 | 9 | <relativePath/> |
10 | 10 | </parent> |
11 | 11 |
|
|
38 | 38 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
39 | 39 | <jenkins.baseline>2.516</jenkins.baseline> |
40 | 40 | <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
41 | | - <powermock.version>1.6.1</powermock.version> |
42 | | - <checkstyle.version>12.0.1</checkstyle.version> |
| 41 | + <checkstyle.version>13.0.0</checkstyle.version> |
43 | 42 | <ban-junit4-imports.skip>false</ban-junit4-imports.skip> |
| 43 | + <ban-commons-lang-2.skip>false</ban-commons-lang-2.skip> |
44 | 44 | <hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion> |
45 | 45 | </properties> |
46 | 46 |
|
47 | 47 | <dependencyManagement> |
48 | 48 | <dependencies> |
49 | | - <dependency> |
50 | | - <groupId>io.jenkins.tools.bom</groupId> |
51 | | - <artifactId>bom-${jenkins.baseline}.x</artifactId> |
52 | | - <version>5543.vfd758c7c868d</version> |
53 | | - <type>pom</type> |
54 | | - <scope>import</scope> |
55 | | - </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>io.jenkins.tools.bom</groupId> |
| 51 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 52 | + <version>5933.vcf06f7b_5d1a_2</version> |
| 53 | + <type>pom</type> |
| 54 | + <scope>import</scope> |
| 55 | + </dependency> |
56 | 56 | </dependencies> |
57 | 57 | </dependencyManagement> |
58 | 58 | <dependencies> |
59 | 59 | <dependency> |
60 | | - <groupId>io.jenkins.plugins</groupId> |
61 | | - <artifactId>ionicons-api</artifactId> |
| 60 | + <groupId>io.jenkins.plugins</groupId> |
| 61 | + <artifactId>ionicons-api</artifactId> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>io.jenkins.plugins</groupId> |
|
76 | 76 | <scope>test</scope> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | | - <groupId>com.github.stephenc.jcip</groupId> |
80 | | - <artifactId>jcip-annotations</artifactId> |
81 | | - <version>1.0-1</version> |
| 79 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 80 | + <artifactId>mock-slave</artifactId> |
| 81 | + <version>193.v88c279d0c584</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.jenkins-ci.plugins</groupId> |
86 | | - <artifactId>mock-slave</artifactId> |
87 | | - <version>193.v88c279d0c584</version> |
| 86 | + <artifactId>mock-security-realm</artifactId> |
| 87 | + <version>106.va_5286004db_2e</version> |
88 | 88 | <scope>test</scope> |
89 | 89 | </dependency> |
90 | | - <dependency> |
91 | | - <groupId>org.jenkins-ci.plugins</groupId> |
92 | | - <artifactId>mock-security-realm</artifactId> |
93 | | - <version>106.va_5286004db_2e</version> |
94 | | - <scope>test</scope> |
95 | | - </dependency> |
96 | 90 | <dependency> |
97 | 91 | <groupId>org.jenkins-ci.plugins</groupId> |
98 | 92 | <artifactId>matrix-auth</artifactId> |
|
141 | 135 | </dependency> |
142 | 136 | </dependencies> |
143 | 137 | <configuration> |
144 | | - <configLocation>${project.basedir}/.build-config/checkstyle.xml</configLocation> |
145 | | - <suppressionsLocation>${project.basedir}/.build-config/checkstyle-suppressions.xml</suppressionsLocation> |
146 | | - <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
147 | | - <includeTestSourceDirectory>true</includeTestSourceDirectory> |
148 | | - <consoleOutput>true</consoleOutput> |
| 138 | + <configLocation>${project.basedir}/.build-config/checkstyle.xml</configLocation> |
| 139 | + <suppressionsLocation>${project.basedir}/.build-config/checkstyle-suppressions.xml</suppressionsLocation> |
| 140 | + <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
| 141 | + <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 142 | + <consoleOutput>true</consoleOutput> |
149 | 143 | </configuration> |
150 | 144 | <executions> |
151 | | - <execution> |
152 | | - <id>compile-checkstyle</id> |
153 | | - <goals> |
154 | | - <goal>checkstyle</goal> |
155 | | - </goals> |
156 | | - <phase>compile</phase> |
157 | | - </execution> |
158 | | - <execution> |
159 | | - <id>test-check</id> |
160 | | - <goals> |
161 | | - <goal>check</goal> |
162 | | - </goals> |
163 | | - <phase>test</phase> |
164 | | - <configuration> |
165 | | - <violationSeverity>warning</violationSeverity> |
166 | | - </configuration> |
167 | | - </execution> |
| 145 | + <execution> |
| 146 | + <id>compile-checkstyle</id> |
| 147 | + <goals> |
| 148 | + <goal>checkstyle</goal> |
| 149 | + </goals> |
| 150 | + <phase>compile</phase> |
| 151 | + </execution> |
| 152 | + <execution> |
| 153 | + <id>test-check</id> |
| 154 | + <goals> |
| 155 | + <goal>check</goal> |
| 156 | + </goals> |
| 157 | + <phase>test</phase> |
| 158 | + <configuration> |
| 159 | + <violationSeverity>warning</violationSeverity> |
| 160 | + </configuration> |
| 161 | + </execution> |
168 | 162 | </executions> |
169 | 163 | </plugin> |
170 | 164 | </plugins> |
|
0 commit comments