updates build system and versions

This commit is contained in:
2022-10-26 15:42:08 +02:00
parent 26fc38b7ee
commit 954bf79d9c
117 changed files with 87826 additions and 41 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.minres.rdl</groupId>
<artifactId>com.minres.rdl.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>com.minres.rdl.web</artifactId>
<packaging>war</packaging>
@ -76,7 +76,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.minres.rdl</artifactId>
<version>${rdl-plugin.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>