about summary refs log tree commit diff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 9943429..ac1df3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,27 @@
 <!-- based on https://github.com/sgrayme/SpigotPlugin/blob/master/pom.xml -->
-<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 http://maven.apache.org/maven-v4_0_0.xsd">
+<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 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>dev.genbyte.sunfright</groupId>
+  <groupId>dev.nyble.sunfright</groupId>
   <artifactId>Sunfright</artifactId>
   <packaging>jar</packaging>
   <version>1.0.0</version>
 
   <name>Sunfright</name>
   <description>Burn me to a crisp, large glowing orb!</description>
-  <url>https://genbyte.dev</url><!-- TODO: add URL -->
+  <url>https://nyble.dev</url>  <!-- TODO: add URL -->
 
   <developers>
     <developer>
-      <name>Genuinebyte</name>
-      <url>https://genbyte.dev</url>
+      <name>Genny</name>
+      <url>https://nyble.dev</url>
     </developer>
   </developers>
 
   <properties>
-    <author>Genuinebyte</author>
-    <mainClass>dev.genbyte.sunfright.Sunfright</mainClass>
+    <author>Genny</author>
+    <mainClass>dev.nyble.sunfright.Sunfright</mainClass>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
   </properties>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.spigotmc</groupId>
       <artifactId>spigot-api</artifactId>
-      <version>1.16.4-R0.1-SNAPSHOT</version>
+      <version>1.17.1-R0.1-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>