mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-26 20:16:22 +01:00
Fix 'version' contains an expression but should be a constant
This commit is contained in:
parent
b838ab79c7
commit
e9ca5ce001
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
1
pom.xml
1
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user