NX01: Added nether tone kode gen and java module thus changed version

This commit is contained in:
Willem Cazander 2026-01-22 13:08:16 +01:00
parent 6659889ca8
commit babb2cf188
47 changed files with 860 additions and 60 deletions

25
pom.xml
View file

@ -4,10 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01</artifactId>
<version>〇一。壬寅。一〄-SNAPSHOT</version>
<version>5786.SHEVAT〄.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NX01</name>
<properties>
<maven.project.sourceRoots.warningsDisabled>true</maven.project.sourceRoots.warningsDisabled>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceVersion>25</project.build.sourceVersion>
<jetty.version>11.0.24</jetty.version>
@ -55,6 +56,8 @@
<module>nx01-x4o-tool-ant-plugin</module>
<module>nx01-x4o-tool-maven-plugin</module>
<module>nx01-zerofungus-server</module>
<module>nx01-kode-gen</module>
<module>nx01-jpp-klass-nether</module>
</modules>
<dependencyManagement>
<dependencies>
@ -118,11 +121,6 @@
<artifactId>bcprov-jdk18on</artifactId>
<version>1.73</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
@ -259,6 +257,11 @@
<artifactId>nx01-jpp-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-klass-nether</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-king-java3</artifactId>
@ -284,6 +287,11 @@
<artifactId>nx01-king-java3seed</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-kode-gen</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-mushroom-mais</artifactId>
@ -501,6 +509,11 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.6.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>