|
235 | 235 | <dependency> |
236 | 236 | <groupId>org.apfloat</groupId> |
237 | 237 | <artifactId>apfloat</artifactId> |
238 | | - <version>1.14.1-SNAPSHOT</version> |
| 238 | + <version>1.14.1-20250825.195357-4</version> |
239 | 239 | </dependency> |
240 | 240 | <dependency> |
241 | 241 | <groupId>org.codehaus.janino</groupId> |
|
253 | 253 | <version>1.1.3</version> |
254 | 254 | </dependency> |
255 | 255 | <dependency> |
256 | | - <groupId>org.hipparchus</groupId> |
257 | | - <artifactId>hipparchus-core</artifactId> |
258 | | - <version>4.1-SNAPSHOT</version> |
259 | | - </dependency> |
| 256 | + <groupId>org.hipparchus</groupId> |
| 257 | + <artifactId>hipparchus-core</artifactId> |
| 258 | + <version>4.1-20250905.124235-15</version> |
| 259 | + </dependency> |
260 | 260 | <dependency> |
261 | 261 | <groupId>org.hipparchus</groupId> |
262 | 262 | <artifactId>hipparchus-clustering</artifactId> |
263 | | - <version>4.1-SNAPSHOT</version> |
| 263 | + <version>4.1-20250905.124235-15</version> |
264 | 264 | </dependency> |
265 | 265 | <dependency> |
266 | 266 | <groupId>org.hipparchus</groupId> |
267 | 267 | <artifactId>hipparchus-fft</artifactId> |
268 | | - <version>4.1-SNAPSHOT</version> |
| 268 | + <version>4.1-20250905.124235-15</version> |
269 | 269 | </dependency> |
270 | 270 | <dependency> |
271 | 271 | <groupId>org.hipparchus</groupId> |
272 | 272 | <artifactId>hipparchus-fitting</artifactId> |
273 | | - <version>4.1-SNAPSHOT</version> |
| 273 | + <version>4.1-20250905.124235-15</version> |
274 | 274 | </dependency> |
275 | 275 | <dependency> |
276 | 276 | <groupId>org.hipparchus</groupId> |
277 | 277 | <artifactId>hipparchus-ode</artifactId> |
278 | | - <version>4.1-SNAPSHOT</version> |
| 278 | + <version>4.1-20250905.124235-15</version> |
279 | 279 | </dependency> |
280 | 280 | <dependency> |
281 | 281 | <groupId>org.hipparchus</groupId> |
282 | 282 | <artifactId>hipparchus-optim</artifactId> |
283 | | - <version>4.1-SNAPSHOT</version> |
| 283 | + <version>4.1-20250905.124235-15</version> |
284 | 284 | </dependency> |
285 | 285 | <dependency> |
286 | 286 | <groupId>org.jgrapht</groupId> |
|
501 | 501 | <autoVersionSubmodules>true</autoVersionSubmodules> |
502 | 502 | <useReleaseProfile>false</useReleaseProfile> |
503 | 503 | <releaseProfiles>publish-to-maven-central,exact-target-jdk</releaseProfiles> |
504 | | - <arguments>-Drelease.build=true</arguments> |
| 504 | + <arguments>-Drelease.build=true -DskipTests</arguments> |
505 | 505 | <pushChanges>false</pushChanges> |
506 | 506 | </configuration> |
507 | 507 | </plugin> |
|
0 commit comments