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,10 +4,10 @@
<parent>
<artifactId>com.minres.rdl.parent</artifactId>
<groupId>com.minres.rdl</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>com.minres.rdl.standalone</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<build>
<pluginManagement>
@ -77,7 +77,7 @@
<artifactItem>
<groupId>com.minres.rdl</groupId>
<artifactId>com.minres.rdl</artifactId>
<version>${rdl-plugin.version}</version>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
@ -175,7 +175,7 @@
<dependency>
<groupId>com.minres.rdl</groupId>
<artifactId>com.minres.rdl</artifactId>
<version>${rdl-plugin.version}</version>
<version>${project.version}</version>
<type>eclipse-plugin</type>
</dependency>
</dependencies>