Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix DelayedCommands maven artifactId
  • Loading branch information
willkroboth committed Aug 17, 2023
commit d8d73964e099fda6cb368d6a859d782d64a30214
2 changes: 1 addition & 1 deletion examples/bukkit/delayed-commands/pom.xml
Original file line number Diff line number Diff line change
@@ -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>dev.jorel</groupId>
<artifactId>commandapi-trees</artifactId>
<artifactId>delayed-commands</artifactId>
<version>0.0.1-SNAPSHOT</version>

<properties>
Expand Down