|
56 | 56 |
|
57 | 57 | <distributionManagement> |
58 | 58 | <snapshotRepository> |
59 | | - <id>ossrh</id> |
60 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 59 | + <id>sonatype-central-c2</id> |
| 60 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
61 | 61 | </snapshotRepository> |
62 | 62 | <repository> |
63 | | - <id>ossrh</id> |
64 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 63 | + <id>sonatype-central-c2</id> |
| 64 | + <url>https://repo.maven.apache.org/maven2</url> |
65 | 65 | </repository> |
66 | 66 | </distributionManagement> |
67 | 67 |
|
|
74 | 74 | <email>neil@codelerity.com</email> |
75 | 75 | </developer> |
76 | 76 | </developers> |
77 | | - |
| 77 | + |
| 78 | + <properties> |
| 79 | + <njord.version>0.8.3</njord.version> |
| 80 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 81 | + </properties> |
| 82 | + |
78 | 83 | <dependencyManagement> |
79 | 84 | <dependencies> |
80 | 85 | <dependency> |
81 | 86 | <groupId>org.junit</groupId> |
82 | 87 | <artifactId>junit-bom</artifactId> |
83 | | - <version>5.12.0</version> |
| 88 | + <version>5.13.4</version> |
84 | 89 | <type>pom</type> |
85 | 90 | <scope>import</scope> |
86 | 91 | </dependency> |
87 | 92 | <dependency> |
88 | 93 | <groupId>net.java.dev.jna</groupId> |
89 | 94 | <artifactId>jna</artifactId> |
90 | | - <version>5.16.0</version> |
| 95 | + <version>5.17.0</version> |
91 | 96 | </dependency> |
92 | 97 | <dependency> |
93 | 98 | <groupId>net.java.dev.jna</groupId> |
94 | 99 | <artifactId>jna-platform</artifactId> |
95 | | - <version>5.16.0</version> |
| 100 | + <version>5.17.0</version> |
96 | 101 | </dependency> |
97 | 102 | </dependencies> |
98 | 103 | </dependencyManagement> |
|
106 | 111 | </dependencies> |
107 | 112 |
|
108 | 113 | <build> |
| 114 | + <extensions> |
| 115 | + <extension> |
| 116 | + <groupId>eu.maveniverse.maven.njord</groupId> |
| 117 | + <artifactId>extension3</artifactId> |
| 118 | + <version>${njord.version}</version> |
| 119 | + </extension> |
| 120 | + </extensions> |
109 | 121 | <pluginManagement> |
110 | 122 | <plugins> |
111 | 123 | <plugin> |
112 | 124 | <groupId>org.codehaus.mojo</groupId> |
113 | 125 | <artifactId>flatten-maven-plugin</artifactId> |
114 | | - <version>1.6.0</version> |
| 126 | + <version>1.7.2</version> |
115 | 127 | <configuration> |
116 | 128 | <flattenMode>ossrh</flattenMode> |
117 | 129 | </configuration> |
|
148 | 160 | <plugin> |
149 | 161 | <groupId>org.apache.maven.plugins</groupId> |
150 | 162 | <artifactId>maven-surefire-plugin</artifactId> |
151 | | - <version>3.5.2</version> |
| 163 | + <version>3.5.3</version> |
152 | 164 | <configuration> |
153 | 165 | <systemPropertyVariables> |
154 | 166 | <junit.jupiter.execution.timeout.mode>disabled_on_debug</junit.jupiter.execution.timeout.mode> |
|
158 | 170 | <plugin> |
159 | 171 | <groupId>org.apache.maven.plugins</groupId> |
160 | 172 | <artifactId>maven-deploy-plugin</artifactId> |
161 | | - <version>3.1.3</version> |
| 173 | + <version>3.1.4</version> |
162 | 174 | </plugin> |
163 | 175 | <plugin> |
164 | 176 | <groupId>org.apache.maven.plugins</groupId> |
165 | 177 | <artifactId>maven-javadoc-plugin</artifactId> |
166 | | - <version>3.11.2</version> |
| 178 | + <version>3.11.3</version> |
167 | 179 | <executions> |
168 | 180 | <execution> |
169 | 181 | <id>attach-javadocs</id> |
|
220 | 232 | <plugin> |
221 | 233 | <groupId>org.apache.maven.plugins</groupId> |
222 | 234 | <artifactId>maven-gpg-plugin</artifactId> |
223 | | - <version>3.2.7</version> |
| 235 | + <version>3.2.8</version> |
224 | 236 | <executions> |
225 | 237 | <execution> |
226 | 238 | <id>sign-artifacts</id> |
|
240 | 252 | </profile> |
241 | 253 | </profiles> |
242 | 254 |
|
243 | | - <properties> |
244 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
245 | | - </properties> |
246 | | - |
247 | 255 | </project> |
0 commit comments