diff options
author | tylermurphy534 <tylerm@tylerm.dev> | 2023-07-30 22:13:49 +0000 |
---|---|---|
committer | tylermurphy534 <tylerm@tylerm.dev> | 2023-07-30 22:13:49 +0000 |
commit | a2ea5a635e1b841f58c05ca07e4b547a38fe3433 (patch) | |
tree | 5217465c967796680cc03b11359490f638d6b78c /pom.xml | |
parent | Update 'README.md' (diff) | |
parent | 1.7.5 rc4 (diff) | |
download | kenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.tar.gz kenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.tar.bz2 kenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.zip |
Merge pull request '1.7.5' (#10) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/KenshinsHideAndSeek/pulls/10
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion> - <groupId>net.tylermurphy</groupId> + <groupId>dev.tylerm</groupId> <artifactId>KenshinsHideAndSeek</artifactId> - <version>1.7.4</version> + <version>1.7.5</version> <name>Hide and Seek Plugin</name> <properties> @@ -27,11 +27,11 @@ <relocations> <relocation> <pattern>com.cryptomorin.xseries</pattern> - <shadedPattern>net.tylermurphy.dependencies.xseries</shadedPattern> + <shadedPattern>dev.tylerm.depend.xseries</shadedPattern> </relocation> <relocation> <pattern>com.zaxxer.hikari</pattern> - <shadedPattern>net.tylermurphy.dependencies.hikari</shadedPattern> + <shadedPattern>dev.tylerm.depend.hikari</shadedPattern> </relocation> </relocations> <artifactSet> |