Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxCrafterLP committed Jul 13, 2021
1 parent af2edea commit bd2e329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.voxcrafterlp</groupId>
<artifactId>CauldronInteract</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RELEASE</version>
<build>
<plugins>
<plugin>
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.voxcrafterlp</groupId>
<artifactId>CauldronInteract</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RELEASE</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CauldronInteract
version: 1.0
api-version: 1.17
author: VoxCrafter_LP
main: com.voxcrafterlp.cauldroninteract.CauldronInteract
api-version: 1.17
main: com.voxcrafterlp.cauldroninteract.CauldronInteract

0 comments on commit bd2e329

Please sign in to comment.