Skip to content

Commit b5edd04

Browse files
[REMOVE] Lock snapshots: versions:lock-snapshots
1 parent 93195c2 commit b5edd04

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

symja_android_library/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>org.apfloat</groupId>
237237
<artifactId>apfloat</artifactId>
238-
<version>1.14.1-SNAPSHOT</version>
238+
<version>1.14.1-20250825.195357-4</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>org.codehaus.janino</groupId>
@@ -253,34 +253,34 @@
253253
<version>1.1.3</version>
254254
</dependency>
255255
<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>
260260
<dependency>
261261
<groupId>org.hipparchus</groupId>
262262
<artifactId>hipparchus-clustering</artifactId>
263-
<version>4.1-SNAPSHOT</version>
263+
<version>4.1-20250905.124235-15</version>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.hipparchus</groupId>
267267
<artifactId>hipparchus-fft</artifactId>
268-
<version>4.1-SNAPSHOT</version>
268+
<version>4.1-20250905.124235-15</version>
269269
</dependency>
270270
<dependency>
271271
<groupId>org.hipparchus</groupId>
272272
<artifactId>hipparchus-fitting</artifactId>
273-
<version>4.1-SNAPSHOT</version>
273+
<version>4.1-20250905.124235-15</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.hipparchus</groupId>
277277
<artifactId>hipparchus-ode</artifactId>
278-
<version>4.1-SNAPSHOT</version>
278+
<version>4.1-20250905.124235-15</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.hipparchus</groupId>
282282
<artifactId>hipparchus-optim</artifactId>
283-
<version>4.1-SNAPSHOT</version>
283+
<version>4.1-20250905.124235-15</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.jgrapht</groupId>
@@ -501,7 +501,7 @@
501501
<autoVersionSubmodules>true</autoVersionSubmodules>
502502
<useReleaseProfile>false</useReleaseProfile>
503503
<releaseProfiles>publish-to-maven-central,exact-target-jdk</releaseProfiles>
504-
<arguments>-Drelease.build=true</arguments>
504+
<arguments>-Drelease.build=true -DskipTests</arguments>
505505
<pushChanges>false</pushChanges>
506506
</configuration>
507507
</plugin>

0 commit comments

Comments
 (0)