|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId>
|
7 | 7 | <artifactId>plugin</artifactId>
|
8 |
| - <version>4.51</version> |
| 8 | + <version>4.55</version> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
|
16 | 16 | <properties>
|
17 | 17 | <revision>4.5.14</revision>
|
18 | 18 | <changelist>999999-SNAPSHOT</changelist>
|
19 |
| - <jenkins.version>2.319.1</jenkins.version> |
| 19 | + <jenkins.version>2.361.4</jenkins.version> |
20 | 20 | <httpcore.version>4.4.16</httpcore.version>
|
21 | 21 | <httpclient.version>${revision}</httpclient.version>
|
22 | 22 | <httpasyncclient.version>4.1.5</httpasyncclient.version>
|
23 | 23 | </properties>
|
24 | 24 |
|
25 | 25 | <name>Jenkins Apache HttpComponents Client 4.x API Plugin</name>
|
26 | 26 | <description>Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins</description>
|
27 |
| - <url>https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin</url> |
| 27 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
28 | 28 |
|
29 | 29 | <licenses>
|
30 | 30 | <license>
|
|
50 | 50 | <dependencies>
|
51 | 51 | <dependency>
|
52 | 52 | <groupId>io.jenkins.tools.bom</groupId>
|
53 |
| - <artifactId>bom-2.319.x</artifactId> |
54 |
| - <version>1508.v4b_d09ff0e893</version> |
| 53 | + <artifactId>bom-2.361.x</artifactId> |
| 54 | + <version>1841.v7b_22c5218e1a</version> |
55 | 55 | <scope>import</scope>
|
56 | 56 | <type>pom</type>
|
57 | 57 | </dependency>
|
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>de.skuzzle.enforcer</groupId>
|
132 | 132 | <artifactId>restrict-imports-enforcer-rule</artifactId>
|
133 |
| - <version>0.7.0</version> |
| 133 | + <version>2.1.0</version> |
134 | 134 | </dependency>
|
135 | 135 | </dependencies>
|
136 | 136 | <executions>
|
|
142 | 142 | </goals>
|
143 | 143 | <configuration>
|
144 | 144 | <rules>
|
145 |
| - <restrictImports implementation="de.skuzzle.enforcer.restrictimports.RestrictImports"> |
146 |
| - <basePackage>**</basePackage> |
147 |
| - <includeTestCode>true</includeTestCode> |
148 |
| - <bannedImports> |
149 |
| - <bannedImport>org.apache.commons.httpclient.**</bannedImport> |
150 |
| - </bannedImports> |
151 |
| - </restrictImports> |
| 145 | + <RestrictImports> |
| 146 | + <bannedImport>org.apache.commons.httpclient.**</bannedImport> |
| 147 | + </RestrictImports> |
152 | 148 | </rules>
|
153 |
| - <fail>true</fail> |
154 | 149 | </configuration>
|
155 | 150 | </execution>
|
156 | 151 | </executions>
|
|
0 commit comments