Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 27, 2022
1 parent 6c69f06 commit f3afb13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.coolloong</groupId>
<artifactId>pnxworldconvert</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -44,11 +44,11 @@
<dependencies>
<dependency>
<!-- maven local repository -->
<!-- mvn install:install-file -Dfile=${project.basedir}/libs/powernukkitx-1.19.50-r2-shaded.jar -DgroupId=cn.powernukkitx -DartifactId=powernukkitx -Dversion=1.19.50-r2-mini -Dpackaging=jar -->
<!-- mvn install:install-file -Dfile=${project.basedir}/libs/powernukkitx-1.19.40-r2-mini.jar -DgroupId=cn.powernukkitx -DartifactId=powernukkitx -Dversion=1.19.40-r2-mini -Dpackaging=jar -->
<!-- mvn dependency:purge-local-repository -DmanualInclude="cn.powernukkitx:powernukkitx"-->
<groupId>cn.powernukkitx</groupId>
<artifactId>powernukkitx</artifactId>
<version>1.19.50-r2</version>
<version>1.19.40-r2-mini</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f3afb13

Please sign in to comment.