|
21 | 21 | <!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases --> |
22 | 22 | <tycho.version>4.0.10</tycho.version> |
23 | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | | - <pmd.version>7.14.0</pmd.version> |
| 24 | + <pmd.version>7.15.0</pmd.version> |
25 | 25 | <pmd.build-tools.version>32</pmd.build-tools.version> |
26 | 26 | <checkstyle.version>10.25.1</checkstyle.version> |
27 | 27 | <checkstyle.plugin.version>3.6.0</checkstyle.plugin.version> |
28 | 28 | <pmd.plugin.version>3.26.0</pmd.plugin.version> |
29 | | - <pmd.check.version>7.14.0</pmd.check.version> |
| 29 | + <pmd.check.version>7.15.0</pmd.check.version> |
30 | 30 |
|
31 | 31 | <keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath> |
32 | 32 | <keystore>${basedir}/${keystorePath}</keystore> |
33 | 33 | </properties> |
34 | 34 |
|
35 | 35 | <repositories> |
36 | 36 | <repository> |
37 | | - <id>sonatype-nexus-snapshots</id> |
38 | | - <name>Sonatype Nexus Snapshots</name> |
39 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 37 | + <name>Central Portal Snapshots</name> |
| 38 | + <id>central-portal-snapshots</id> |
| 39 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
40 | 40 | <releases> |
41 | 41 | <enabled>false</enabled> |
42 | 42 | </releases> |
|
47 | 47 | </repositories> |
48 | 48 | <pluginRepositories> |
49 | 49 | <pluginRepository> |
50 | | - <id>sonatype-nexus-plugin-snapshots</id> |
51 | | - <name>Sonatype Nexus Snapshots</name> |
52 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 50 | + <name>Central Portal Snapshots</name> |
| 51 | + <id>central-portal-snapshots</id> |
| 52 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
53 | 53 | <releases> |
54 | 54 | <enabled>false</enabled> |
55 | 55 | </releases> |
|
0 commit comments