|
19 | 19 | <developerConnection>scm:git:${project.scm.url}</developerConnection> |
20 | 20 | </scm> |
21 | 21 |
|
| 22 | + <licenses> |
| 23 | + <license> |
| 24 | + <name>Apache 2.0 license</name> |
| 25 | + <url>https://opensource.org/license/apache-2-0/</url> |
| 26 | + <distribution>repo</distribution> |
| 27 | + </license> |
| 28 | + <license> |
| 29 | + <name>EPL 1.0 license</name> |
| 30 | + <url>https://opensource.org/license/epl-1-0/</url> |
| 31 | + <distribution>repo</distribution> |
| 32 | + </license> |
| 33 | + </licenses> |
| 34 | + |
| 35 | + <developers> |
| 36 | + <developer> |
| 37 | + <name>Jerome Louvel</name> |
| 38 | + <id>jlouvel</id> |
| 39 | + <url>https://github.com/jlouvel</url> |
| 40 | + </developer> |
| 41 | + <developer> |
| 42 | + <name>Thierru Boileau</name> |
| 43 | + <id>thboileau</id> |
| 44 | + <url>https://github.com/thboileau</url> |
| 45 | + </developer> |
| 46 | + </developers> |
| 47 | + |
22 | 48 | <properties> |
23 | 49 | <release>false</release> |
24 | 50 | <java.version>1.8</java.version> |
|
195 | 221 | <plugin> |
196 | 222 | <groupId>org.apache.maven.plugins</groupId> |
197 | 223 | <artifactId>maven-gpg-plugin</artifactId> |
198 | | - <version>3.2.4</version> |
| 224 | + <version>3.2.7</version> |
199 | 225 | <executions> |
200 | 226 | <execution> |
201 | 227 | <id>sign-artifacts</id> |
|
216 | 242 | <plugin> |
217 | 243 | <groupId>org.sonatype.plugins</groupId> |
218 | 244 | <artifactId>nexus-staging-maven-plugin</artifactId> |
219 | | - <version>1.6.13</version> |
| 245 | + <version>1.7.0</version> |
220 | 246 | <extensions>true</extensions> |
221 | 247 | <configuration> |
222 | 248 | <serverId>ossrh</serverId> |
|
227 | 253 | <plugin> |
228 | 254 | <groupId>org.apache.maven.plugins</groupId> |
229 | 255 | <artifactId>maven-enforcer-plugin</artifactId> |
230 | | - <version>3.4.1</version> |
| 256 | + <version>3.5.0</version> |
231 | 257 | <executions> |
232 | 258 | <execution> |
233 | 259 | <id>enforce</id> |
|
251 | 277 | <dependency> |
252 | 278 | <groupId>org.kordamp.maven</groupId> |
253 | 279 | <artifactId>pomchecker-enforcer-rules</artifactId> |
254 | | - <version>1.11.0</version> |
| 280 | + <version>1.14.0</version> |
255 | 281 | </dependency> |
256 | 282 | </dependencies> |
257 | 283 | </plugin> |
|
275 | 301 | </dependencies> |
276 | 302 | </dependencyManagement> |
277 | 303 |
|
278 | | - <licenses> |
279 | | - <license> |
280 | | - <name>Apache 2.0 license</name> |
281 | | - <url>https://opensource.org/license/apache-2-0/</url> |
282 | | - <distribution>repo</distribution> |
283 | | - </license> |
284 | | - <license> |
285 | | - <name>EPL 1.0 license</name> |
286 | | - <url>https://opensource.org/license/epl-1-0/</url> |
287 | | - <distribution>repo</distribution> |
288 | | - </license> |
289 | | - </licenses> |
290 | | - |
291 | | - <developers> |
292 | | - <developer> |
293 | | - <name>Jerome Louvel</name> |
294 | | - <id>jlouvel</id> |
295 | | - <url>https://github.com/jlouvel</url> |
296 | | - </developer> |
297 | | - <developer> |
298 | | - <name>Thierru Boileau</name> |
299 | | - <id>thboileau</id> |
300 | | - <url>https://github.com/thboileau</url> |
301 | | - </developer> |
302 | | - </developers> |
303 | | - |
304 | 304 | <build> |
305 | 305 | <resources> |
306 | 306 | <resource> |
|
0 commit comments