NX01: Rename to numeric modules and split collections2
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 49s

This commit is contained in:
Willem Cazander 2026-02-02 18:46:48 +01:00
parent c67142faba
commit b8855069df
77 changed files with 191 additions and 118 deletions

22
pom.xml
View file

@ -23,10 +23,11 @@
<inceptionYear>5782</inceptionYear>
<description>Runtime for static bass noise ௸..</description>
<modules>
<module>nx01-jppa-land</module>
<module>nx01-jppa-nether-dial-based</module>
<module>nx01-jppa-nether-dial-lingua</module>
<module>nx01-jppa-nether-tone</module>
<module>nx01-jpp0-collections2</module>
<module>nx01-jpp0-land</module>
<module>nx01-jpp0-nether-dial-based</module>
<module>nx01-jpp0-nether-dial-lingua</module>
<module>nx01-jpp0-nether-tone</module>
<module>nx01-jpp-base</module>
<module>nx01-king-java3</module>
<module>nx01-king-java3c</module>
@ -258,22 +259,27 @@
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-land</artifactId>
<artifactId>nx01-jpp0-collections2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-dial-based</artifactId>
<artifactId>nx01-jpp0-land</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-dial-lingua</artifactId>
<artifactId>nx01-jpp0-nether-dial-based</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-tone</artifactId>
<artifactId>nx01-jpp0-nether-dial-lingua</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp0-nether-tone</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>