Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 18, 2023
1 parent 0f21478 commit 417b60d
Show file tree
Hide file tree
Showing 18 changed files with 3,853 additions and 6,951 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.8-SNAPSHOT</version>
<version>0.9.8</version>
</parent>
<artifactId>math</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<name>LibJ Math</name>
<description>
Supplementary extensions to the java.math package.
Expand All @@ -48,7 +48,7 @@
<plugin>
<groupId>org.jaxsb</groupId>
<artifactId>jaxsb-maven-plugin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<executions>
<execution>
<id>jaxsb-generate</id>
Expand Down Expand Up @@ -81,25 +81,25 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>api</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>console</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>generator</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -142,12 +142,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
Expand Down
806 changes: 285 additions & 521 deletions src/test/html/BigIntAdditionTest.html

Large diffs are not rendered by default.

421 changes: 150 additions & 271 deletions src/test/html/BigIntBinaryTest.html

Large diffs are not rendered by default.

885 changes: 313 additions & 572 deletions src/test/html/BigIntBitwiseTest.html

Large diffs are not rendered by default.

642 changes: 223 additions & 419 deletions src/test/html/BigIntConstructorTest.html

Large diffs are not rendered by default.

940 changes: 352 additions & 588 deletions src/test/html/BigIntDivisionTest.html

Large diffs are not rendered by default.

680 changes: 245 additions & 435 deletions src/test/html/BigIntLog10Test.html

Large diffs are not rendered by default.

630 changes: 220 additions & 410 deletions src/test/html/BigIntLog2Test.html

Large diffs are not rendered by default.

542 changes: 176 additions & 366 deletions src/test/html/BigIntLogTest.html

Large diffs are not rendered by default.

1,404 changes: 515 additions & 889 deletions src/test/html/BigIntPredicateTest.html

Large diffs are not rendered by default.

1,461 changes: 532 additions & 929 deletions src/test/html/BigIntRemainderTest.html

Large diffs are not rendered by default.

136 changes: 42 additions & 94 deletions src/test/html/DecimalAdditionTest.html

Large diffs are not rendered by default.

188 changes: 68 additions & 120 deletions src/test/html/DecimalDivisionTest.html

Large diffs are not rendered by default.

111 changes: 41 additions & 70 deletions src/test/html/DecimalMultiplicationTest.html

Large diffs are not rendered by default.

657 changes: 245 additions & 412 deletions src/test/html/DecimalSetScaleTest.html

Large diffs are not rendered by default.

600 changes: 205 additions & 395 deletions src/test/html/DecimalValueOfDoubleTest.html

Large diffs are not rendered by default.

81 changes: 26 additions & 55 deletions src/test/html/DecimalValueOfFloatTest.html

Large diffs are not rendered by default.

602 changes: 206 additions & 396 deletions src/test/html/DecimalValueOfStringTest.html

Large diffs are not rendered by default.

0 comments on commit 417b60d

Please sign in to comment.