NX01: Moved nether modules in jppa
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 45s

This commit is contained in:
Willem Cazander 2026-02-02 18:04:15 +01:00
parent 716c1bf173
commit c67142faba
14 changed files with 53 additions and 53 deletions

36
pom.xml
View file

@ -24,10 +24,10 @@
<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-jpp-base</module>
<module>nx01-jpp-nether-dial-based</module>
<module>nx01-jpp-nether-dial-lingua</module>
<module>nx01-jpp-nether-tone</module>
<module>nx01-king-java3</module>
<module>nx01-king-java3c</module>
<module>nx01-king-java3do</module>
@ -261,26 +261,26 @@
<artifactId>nx01-jppa-land</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-dial-based</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-dial-lingua</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jppa-nether-tone</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-dial-based</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-dial-lingua</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-tone</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-king-java3</artifactId>