Skip to content

Commit

Permalink
set api version
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Jan 10, 2024
1 parent 476ffa4 commit ef92b47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>minevalley.core</groupId>
<artifactId>api</artifactId>
<version>1.278</version>
<version>${apiVersion}</version>
<packaging>jar</packaging>

<build>
Expand Down Expand Up @@ -42,6 +42,8 @@
<maven.compiler.target>8</maven.compiler.target>

<dep.lombok.version>1.18.26</dep.lombok.version>

<apiVersion>nightly</apiVersion>
</properties>

<repositories>
Expand Down

0 comments on commit ef92b47

Please sign in to comment.