|
30 | 30 | <revision>@projectVersion@</revision> |
31 | 31 | <timestamp>@projectTimestamp@</timestamp> |
32 | 32 | <java-version>@javaVersion@</java-version> |
33 | | - <compiler-plugin.version>3.8.1</compiler-plugin.version> |
34 | | - <surefire-plugin.version>3.0.0-M5</surefire-plugin.version> |
| 33 | + <compiler-plugin.version>3.10.1</compiler-plugin.version> |
| 34 | + <surefire-plugin.version>3.0.0-M7</surefire-plugin.version> |
35 | 35 | <source-plugin.version>3.2.1</source-plugin.version> |
36 | | - <javadoc-plugin.version>3.3.0</javadoc-plugin.version> |
37 | | - <java-utils.version>2.2.0</java-utils.version> |
38 | | - <settings.version>2.3.11</settings.version> |
| 36 | + <javadoc-plugin.version>3.4.0</javadoc-plugin.version> |
| 37 | + <java-utils.version>3.0.0</java-utils.version> |
| 38 | + <settings.version>3.0.0</settings.version> |
39 | 39 | <sonar.language>java</sonar.language> |
40 | | - <jacoco.version>0.8.7</jacoco.version> |
| 40 | + <jacoco.version>0.8.8</jacoco.version> |
41 | 41 | <gpg-plugin.version>3.0.1</gpg-plugin.version> |
42 | | - <staging-plugin.version>1.6.8</staging-plugin.version> |
43 | | - <release-plugin.version>3.0.0-M4</release-plugin.version> |
44 | | - <build-helper-plugin.version>3.2.0</build-helper-plugin.version> |
| 42 | + <staging-plugin.version>1.6.13</staging-plugin.version> |
| 43 | + <release-plugin.version>3.0.0-M6</release-plugin.version> |
| 44 | + <build-helper-plugin.version>3.3.0</build-helper-plugin.version> |
45 | 45 | <skipSigning>true</skipSigning> |
46 | 46 | </properties> |
47 | 47 |
|
|
238 | 238 | </build> |
239 | 239 |
|
240 | 240 | <profiles> |
241 | | - <profile> |
242 | | - <id>java7</id> |
243 | | - <properties> |
244 | | - <maven.compiler.release>7</maven.compiler.release> |
245 | | - <testng.version>6.10</testng.version> |
246 | | - </properties> |
247 | | - <dependencyManagement> |
248 | | - <dependencies> |
249 | | - <dependency> |
250 | | - <groupId>org.testng</groupId> |
251 | | - <artifactId>testng</artifactId> |
252 | | - <version>${testng.version}</version> |
253 | | - </dependency> |
254 | | - </dependencies> |
255 | | - </dependencyManagement> |
256 | | - <dependencies> |
257 | | - <dependency> |
258 | | - <groupId>org.testng</groupId> |
259 | | - <artifactId>testng</artifactId> |
260 | | - </dependency> |
261 | | - </dependencies> |
262 | | - <build> |
263 | | - <directory>target-j7</directory> |
264 | | - <plugins> |
265 | | - <plugin> |
266 | | - <groupId>org.codehaus.mojo</groupId> |
267 | | - <artifactId>build-helper-maven-plugin</artifactId> |
268 | | - <executions> |
269 | | - <execution> |
270 | | - <id>add-source</id> |
271 | | - <goals> |
272 | | - <goal>add-source</goal> |
273 | | - </goals> |
274 | | - <configuration> |
275 | | - <sources> |
276 | | - <source>src/main-j7/java</source> |
277 | | - </sources> |
278 | | - </configuration> |
279 | | - </execution> |
280 | | - <execution> |
281 | | - <id>add-test-source</id> |
282 | | - <goals> |
283 | | - <goal>add-test-source</goal> |
284 | | - </goals> |
285 | | - <configuration> |
286 | | - <sources> |
287 | | - <source>src/test-j7/java</source> |
288 | | - </sources> |
289 | | - </configuration> |
290 | | - </execution> |
291 | | - </executions> |
292 | | - </plugin> |
293 | | - </plugins> |
294 | | - </build> |
295 | | - </profile> |
296 | 241 | <profile> |
297 | 242 | <id>java8</id> |
| 243 | + <activation> |
| 244 | + <activeByDefault>true</activeByDefault> |
| 245 | + </activation> |
298 | 246 | <properties> |
299 | 247 | <maven.compiler.release>8</maven.compiler.release> |
300 | 248 | <testng.version>7.5</testng.version> |
301 | | - <ant.version>1.10.11</ant.version> |
| 249 | + <ant.version>1.10.12</ant.version> |
302 | 250 | </properties> |
303 | 251 | <dependencyManagement> |
304 | 252 | <dependencies> |
|
0 commit comments