Skip to content

Commit

Permalink
build: update smart api version and restructure pom.xml (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier authored Apr 15, 2024
1 parent cae09c4 commit 78aff7b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<properties>
<version>1.282.3</version>
<smart-api.version>1.61.1</smart-api.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<groupId>minevalley.core</groupId>
<artifactId>api</artifactId>
<version>1.282.3</version>
Expand Down Expand Up @@ -38,14 +47,6 @@
</repository>
</distributionManagement>

<properties>
<smart-api.version>1.60</smart-api.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>paper-mc</id>
Expand Down

0 comments on commit 78aff7b

Please sign in to comment.