Fix 'version' contains an expression but should be a constant

This commit is contained in:
Christian Koop 2023-06-30 22:42:00 +02:00
parent b838ab79c7
commit e9ca5ce001
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>UltimateStacker-API</artifactId>
<version>${craftaro.ultimateStackerApiVersion}</version>
<version>1.0.0-SNAPSHOT</version>
<build>
<plugins>

View File

@ -99,7 +99,7 @@
<dependency>
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-API</artifactId>
<version>${craftaro.ultimateStackerApiVersion}</version>
<version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -19,7 +19,6 @@
<url>https://craftaro.com/marketplace/product/16</url>
<properties>
<craftaro.ultimateStackerApiVersion>1.0.0-SNAPSHOT</craftaro.ultimateStackerApiVersion>
<craftaro.coreVersion>3.0.0-SNAPSHOT</craftaro.coreVersion>
<maven.compiler.release>8</maven.compiler.release>