|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.54</version> |
| 8 | + <version>4.88</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
29 | 29 | <url>http://www.vectorcast.com/</url> |
30 | 30 | </organization> |
31 | 31 |
|
32 | | - <developers> |
33 | | - <developer> |
34 | | - <id>TimSVector</id> |
35 | | - <name>Tim Schneider</name> |
36 | | - |
37 | | - <organization>Vector Informatik, GmbH</organization> |
38 | | - </developer> |
39 | | - </developers> |
40 | | - |
41 | 32 | <properties> |
42 | 33 | <hpi-plugin.version>3.38</hpi-plugin.version> |
43 | 34 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
44 | 35 | <project.build.outputEncoding>UTF-8</project.build.outputEncoding> |
45 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
46 | | - <jenkins.version>2.361</jenkins.version> |
47 | | - <jenkins-test-harness.version>1934.v90a_c07cf5b_21</jenkins-test-harness.version> |
48 | | - <java.level>11</java.level> |
| 37 | + <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
| 38 | + <jenkins.baseline>2.462</jenkins.baseline> |
| 39 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 40 | + <jenkins-test-harness.version>2225.v04fa_3929c9b_5</jenkins-test-harness.version> |
49 | 41 | </properties> |
50 | 42 |
|
51 | 43 | <scm> |
52 | 44 | <connection>scm:git:https://github.com/jenkinsci/vectorcast-coverage-plugin.git</connection> |
53 | 45 | <developerConnection>scm:git:https://github.com/jenkinsci/vectorcast-coverage-plugin.git</developerConnection> |
54 | 46 | <url>https://github.com/jenkinsci/vectorcast-coverage-plugin</url> |
55 | 47 | <tag>HEAD</tag> |
56 | | - </scm> |
| 48 | + </scm> |
| 49 | + <dependencyManagement> |
| 50 | + <dependencies> |
| 51 | + <dependency> |
| 52 | + <groupId>io.jenkins.tools.bom</groupId> |
| 53 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 54 | + <version>4228.v0a_71308d905b_</version> |
| 55 | + <type>pom</type> |
| 56 | + <scope>import</scope> |
| 57 | + </dependency> |
| 58 | + </dependencies> |
| 59 | + </dependencyManagement> |
57 | 60 |
|
58 | 61 | <repositories> |
59 | 62 | <repository> |
|
72 | 75 | <dependency> |
73 | 76 | <groupId>org.jenkins-ci.plugins</groupId> |
74 | 77 | <artifactId>dashboard-view</artifactId> |
75 | | - <version>2.18.1</version> |
76 | 78 | <optional>true</optional> |
77 | 79 | </dependency> |
78 | 80 | <dependency> |
79 | 81 | <groupId>org.jenkins-ci.main</groupId> |
80 | 82 | <artifactId>maven-plugin</artifactId> |
81 | | - <version>3.20</version> |
82 | 83 | </dependency> |
83 | 84 | <dependency> |
84 | 85 | <groupId>javax.annotation</groupId> |
|
88 | 89 | <dependency> |
89 | 90 | <groupId>org.jenkins-ci.plugins</groupId> |
90 | 91 | <artifactId>credentials</artifactId> |
91 | | - <version>2.6.2</version> |
92 | 92 | </dependency> |
93 | 93 |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>org.jenkins-ci.plugins</groupId> |
96 | 96 | <artifactId>junit</artifactId> |
97 | | - <version>1166.va_436e268e972</version> |
98 | 97 | </dependency> |
99 | 98 | <dependency> |
100 | 99 | <groupId>org.jenkins-ci.plugins</groupId> |
101 | 100 | <artifactId>structs</artifactId> |
102 | | - <version>324.va_f5d6774f3a_d</version> |
103 | 101 | </dependency> |
104 | 102 | <dependency> |
105 | 103 | <groupId>io.jenkins.plugins</groupId> |
106 | 104 | <artifactId>caffeine-api</artifactId> |
107 | | - <version>2.9.3-65.v6a_47d0f4d1fe</version> |
108 | 105 | </dependency> |
109 | 106 | <dependency> |
110 | 107 | <groupId>org.apache.groovy</groupId> |
|
119 | 116 | <plugin> |
120 | 117 | <groupId>org.apache.maven.plugins</groupId> |
121 | 118 | <artifactId>maven-release-plugin</artifactId> |
122 | | - <version>3.0.1</version> |
123 | 119 | </plugin> |
124 | 120 | <plugin> |
125 | 121 | <groupId>org.apache.maven.plugins</groupId> |
126 | 122 | <artifactId>maven-compiler-plugin</artifactId> |
127 | | - <version>2.3.2</version> |
128 | 123 | <configuration> |
129 | 124 | <source>1.7</source> |
130 | 125 | <target>1.7</target> |
|
153 | 148 | <plugin> |
154 | 149 | <groupId>com.github.spotbugs</groupId> |
155 | 150 | <artifactId>spotbugs-maven-plugin</artifactId> |
156 | | - <version>4.7.3.0</version> |
157 | 151 | </plugin> |
158 | 152 | <plugin> |
159 | 153 | <groupId>org.apache.maven.plugins</groupId> |
|
168 | 162 | </executions> |
169 | 163 | </plugin> |
170 | 164 | </plugins> |
171 | | - <pluginManagement> |
172 | | - <plugins> |
173 | | - </plugins> |
174 | | - </pluginManagement> |
175 | 165 | </build> |
176 | 166 |
|
177 | 167 | <pluginRepositories> |
|
0 commit comments