|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright (C) 2015 The Gravitee team (http://gravitee.io) |
| 4 | + Copyright © 2015 The Gravitee team (http://gravitee.io) |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | you may not use this file except in compliance with the License.
|
8 | 8 | You may obtain a copy of the License at
|
9 | 9 |
|
10 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
11 | 11 |
|
12 | 12 | Unless required by applicable law or agreed to in writing, software
|
13 | 13 | distributed under the License is distributed on an "AS IS" BASIS,
|
|
24 | 24 | <parent>
|
25 | 25 | <groupId>io.gravitee</groupId>
|
26 | 26 | <artifactId>gravitee-parent</artifactId>
|
27 |
| - <version>21.0.0</version> |
| 27 | + <version>22.3.0</version> |
28 | 28 | </parent>
|
29 | 29 |
|
30 | 30 | <groupId>io.gravitee.alert</groupId>
|
|
34 | 34 | <name>Gravitee.io - Alert - API</name>
|
35 | 35 |
|
36 | 36 | <properties>
|
37 |
| - <gravitee-common.version>2.0.0</gravitee-common.version> |
38 |
| - <gravitee-notifier-api.version>1.4.1</gravitee-notifier-api.version> |
39 |
| - <gravitee-bom.version>3.0.0</gravitee-bom.version> |
| 37 | + <skip.validation>false</skip.validation> |
| 38 | + |
| 39 | + <gravitee-common.version>4.6.0</gravitee-common.version> |
| 40 | + <gravitee-notifier-api.version>1.4.3</gravitee-notifier-api.version> |
| 41 | + <gravitee-bom.version>8.2.11</gravitee-bom.version> |
| 42 | + <prettier-maven-plugin.prettierJavaVersion>2.1.0</prettier-maven-plugin.prettierJavaVersion> |
40 | 43 | </properties>
|
41 | 44 |
|
42 | 45 | <dependencyManagement>
|
|
72 | 75 |
|
73 | 76 | <!-- Test scope -->
|
74 | 77 | <dependency>
|
75 |
| - <groupId>junit</groupId> |
76 |
| - <artifactId>junit</artifactId> |
| 78 | + <groupId>org.junit.jupiter</groupId> |
| 79 | + <artifactId>junit-jupiter-engine</artifactId> |
77 | 80 | <scope>test</scope>
|
78 | 81 | </dependency>
|
79 | 82 | </dependencies>
|
|
83 | 86 | <plugin>
|
84 | 87 | <groupId>com.hubspot.maven.plugins</groupId>
|
85 | 88 | <artifactId>prettier-maven-plugin</artifactId>
|
86 |
| - <version>0.18</version> |
87 | 89 | <configuration>
|
88 |
| - <nodeVersion>12.13.0</nodeVersion> |
89 |
| - <prettierJavaVersion>1.6.1</prettierJavaVersion> |
| 90 | + <prettierJavaVersion>${prettier-maven-plugin.prettierJavaVersion}</prettierJavaVersion> |
| 91 | + <skip>${skip.validation}</skip> |
90 | 92 | </configuration>
|
91 | 93 | <executions>
|
92 | 94 | <execution>
|
|
0 commit comments