Skip to content

Commit

Permalink
Update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraFaceguy committed Mar 15, 2022
1 parent 8d21066 commit d35f04f
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<groupId>io.pixeloutlaw</groupId>
<artifactId>generic-plugin-parent</artifactId>
<version>1.18.1.0</version>
<version>1.18.2.0</version>
</parent>

<artifactId>facecore</artifactId>
<version>1.18.1.1</version>
<version>1.18.2.0</version>
<packaging>jar</packaging>

<name>facecore</name>
Expand All @@ -48,6 +48,14 @@
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.6.0</kotlin.version>
<project.depend.papi-version>2.11.1</project.depend.papi-version>
<project.depend.interactive-chat-version>4.1.1.14</project.depend.interactive-chat-version>
<project.depend.protocollib-version>4.8.0-SNAPSHOT</project.depend.protocollib-version>
</properties>

<repositories>
<repository>
<id>papermc</id>
Expand Down Expand Up @@ -116,19 +124,19 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>${project.depend.protocollib-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.1</version>
<version>${project.depend.papi-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.loohp</groupId>
<artifactId>InteractiveChat</artifactId>
<version>4.1.1.14</version>
<version>${project.depend.interactive-chat-version}</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -221,19 +229,19 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>${project.depend.protocollib-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.1</version>
<version>${project.depend.papi-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.loohp</groupId>
<artifactId>InteractiveChat</artifactId>
<version>4.1.1.14</version>
<version>${project.depend.interactive-chat-version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -405,9 +413,4 @@
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.6.0</kotlin.version>
</properties>

</project>

0 comments on commit d35f04f

Please sign in to comment.