|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>64</version> |
| 27 | + <version>65</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
40 | 40 |
|
41 | 41 | <inceptionYear>2014</inceptionYear> |
42 | 42 |
|
43 | | - <organization> |
44 | | - <name>wcm.io</name> |
45 | | - <url>https://wcm.io</url> |
46 | | - </organization> |
47 | | - |
48 | | - <licenses> |
49 | | - <license> |
50 | | - <name>The Apache Software License, Version 2.0</name> |
51 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
52 | | - </license> |
53 | | - </licenses> |
54 | | - |
55 | | - <developers> |
56 | | - <developer> |
57 | | - <name>wcm.io Community</name> |
58 | | - <organization>wcm.io</organization> |
59 | | - <organizationUrl>https://wcm.io</organizationUrl> |
60 | | - </developer> |
61 | | - </developers> |
62 | | - |
63 | 43 | <properties> |
64 | 44 |
|
65 | 45 | <!-- define default encoding for all source/resource files --> |
|
435 | 415 | <plugin> |
436 | 416 | <groupId>org.apache.maven.plugins</groupId> |
437 | 417 | <artifactId>maven-changes-plugin</artifactId> |
438 | | - <version>3.0.0-M2</version> |
| 418 | + <version>3.0.0-M3</version> |
439 | 419 | </plugin> |
440 | 420 |
|
441 | 421 | <plugin> |
|
615 | 595 | <dependency> |
616 | 596 | <groupId>com.puppycrawl.tools</groupId> |
617 | 597 | <artifactId>checkstyle</artifactId> |
618 | | - <version>10.23.1</version> |
| 598 | + <version>10.24.0</version> |
619 | 599 | </dependency> |
620 | 600 | </dependencies> |
621 | 601 | </plugin> |
|
1382 | 1362 |
|
1383 | 1363 | </profiles> |
1384 | 1364 |
|
| 1365 | + <organization> |
| 1366 | + <name>wcm.io</name> |
| 1367 | + <url>https://wcm.io</url> |
| 1368 | + </organization> |
| 1369 | + |
| 1370 | + <licenses> |
| 1371 | + <license> |
| 1372 | + <name>The Apache Software License, Version 2.0</name> |
| 1373 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 1374 | + </license> |
| 1375 | + </licenses> |
| 1376 | + |
| 1377 | + <developers> |
| 1378 | + <developer> |
| 1379 | + <name>wcm.io Community</name> |
| 1380 | + <organization>wcm.io</organization> |
| 1381 | + <organizationUrl>https://wcm.io</organizationUrl> |
| 1382 | + </developer> |
| 1383 | + </developers> |
| 1384 | + |
1385 | 1385 | <distributionManagement> |
1386 | 1386 | <repository> |
1387 | 1387 | <id>${distribution.releaseRepositoryId}</id> |
|
0 commit comments