Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyWolfXP committed Oct 5, 2024
1 parent 151b8ef commit daf7492
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
<artifactId>jda-html-transcripts</artifactId>
<version>1.2.0</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub SkyWolfXP Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SkyWolfXP/jda-html-transcripts</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>net.dv8tion</groupId>
Expand All @@ -30,6 +22,14 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub SkyWolfXP Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SkyWolfXP/jda-html-transcripts</url>
</repository>
</distributionManagement>

<properties>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit daf7492

Please sign in to comment.