Skip to content

Commit

Permalink
Updated default commands file to only include ones you would realisti…
Browse files Browse the repository at this point in the history
…cally want
  • Loading branch information
Smudgge committed Nov 29, 2023
1 parent f335db8 commit b36493a
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 383 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.smuddgge</groupId>
<artifactId>Leaf</artifactId>
<name>Leaf</name>
<version>4.4.0.DEV.4</version>
<version>4.4.0</version>
<description>A velocity utility plugin</description>
<build>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.smuddgge</groupId>
<artifactId>Leaf</artifactId>
<version>4.4.0.DEV.4</version>
<version>4.4.0</version>
<packaging>jar</packaging>

<name>Leaf</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/smuddgge/leaf/Leaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@Plugin(
id = "leaf",
name = "Leaf",
version = "4.4.0.DEV.0",
version = "4.4.0",
description = "A velocity utility plugin",
authors = {"Smudge"}
)
Expand Down
Loading

0 comments on commit b36493a

Please sign in to comment.