Skip to content

Commit

Permalink
fix(conf): Support 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jul 20, 2024
1 parent e566102 commit c87fc06
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
16 changes: 15 additions & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down Expand Up @@ -62,6 +62,20 @@
<artifactId>mineconfiguration-bukkit</artifactId>
<version>${deps.mineconfig.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.cryptomorin.xseries</groupId>
<artifactId>XSeries</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>11.2.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</properties>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>pom</packaging>
<modules>
<module>api</module>
Expand Down

0 comments on commit c87fc06

Please sign in to comment.