|
234 | 234 | <dependency> |
235 | 235 | <groupId>org.apfloat</groupId> |
236 | 236 | <artifactId>apfloat</artifactId> |
237 | | - <version>1.16.0-SNAPSHOT</version> |
| 237 | + <version>1.16.0-20260102.185239-2</version> |
238 | 238 | </dependency> |
239 | 239 | <dependency> |
240 | 240 | <groupId>org.codehaus.janino</groupId> |
|
252 | 252 | <version>1.1.3</version> |
253 | 253 | </dependency> |
254 | 254 | <dependency> |
255 | | - <groupId>org.hipparchus</groupId> |
256 | | - <artifactId>hipparchus-core</artifactId> |
257 | | - <version>4.1-SNAPSHOT</version> |
258 | | - </dependency> |
| 255 | + <groupId>org.hipparchus</groupId> |
| 256 | + <artifactId>hipparchus-core</artifactId> |
| 257 | + <version>4.1-20260214.214523-41</version> |
| 258 | + </dependency> |
259 | 259 | <dependency> |
260 | 260 | <groupId>org.hipparchus</groupId> |
261 | 261 | <artifactId>hipparchus-clustering</artifactId> |
262 | | - <version>4.1-SNAPSHOT</version> |
| 262 | + <version>4.1-20260214.214523-37</version> |
263 | 263 | </dependency> |
264 | 264 | <dependency> |
265 | 265 | <groupId>org.hipparchus</groupId> |
266 | 266 | <artifactId>hipparchus-fft</artifactId> |
267 | | - <version>4.1-SNAPSHOT</version> |
| 267 | + <version>4.1-20260214.214523-37</version> |
268 | 268 | </dependency> |
269 | 269 | <dependency> |
270 | 270 | <groupId>org.hipparchus</groupId> |
271 | 271 | <artifactId>hipparchus-fitting</artifactId> |
272 | | - <version>4.1-SNAPSHOT</version> |
| 272 | + <version>4.1-20260214.214523-37</version> |
273 | 273 | </dependency> |
274 | 274 | <dependency> |
275 | 275 | <groupId>org.hipparchus</groupId> |
276 | 276 | <artifactId>hipparchus-geometry</artifactId> |
277 | | - <version>4.1-SNAPSHOT</version> |
| 277 | + <version>4.1-20260214.214523-41</version> |
278 | 278 | </dependency> |
279 | 279 | <dependency> |
280 | 280 | <groupId>org.hipparchus</groupId> |
281 | 281 | <artifactId>hipparchus-ode</artifactId> |
282 | | - <version>4.1-SNAPSHOT</version> |
| 282 | + <version>4.1-20260214.214523-41</version> |
283 | 283 | </dependency> |
284 | 284 | <dependency> |
285 | 285 | <groupId>org.hipparchus</groupId> |
286 | 286 | <artifactId>hipparchus-optim</artifactId> |
287 | | - <version>4.1-SNAPSHOT</version> |
| 287 | + <version>4.1-20260214.214523-38</version> |
288 | 288 | </dependency> |
289 | 289 | <dependency> |
290 | 290 | <groupId>org.jgrapht</groupId> |
291 | 291 | <artifactId>jgrapht-io</artifactId> |
292 | | - <version>1.5.3-SNAPSHOT</version> |
| 292 | + <version>1.5.3-20260210.172208-13</version> |
293 | 293 | </dependency> |
294 | 294 | <dependency> |
295 | 295 | <groupId>org.jsoup</groupId> |
|
515 | 515 | <autoVersionSubmodules>true</autoVersionSubmodules> |
516 | 516 | <useReleaseProfile>false</useReleaseProfile> |
517 | 517 | <releaseProfiles>publish-to-maven-central,exact-target-jdk</releaseProfiles> |
518 | | - <arguments>-Drelease.build=true</arguments> |
| 518 | + <arguments>-Drelease.build=true -DskipTests</arguments> |
| 519 | + <allowTimestampedSnapshots>true</allowTimestampedSnapshots> |
519 | 520 | </configuration> |
520 | 521 | </plugin> |
521 | 522 | <plugin> |
|
0 commit comments