Skip to content

Commit

Permalink
Try publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Mar 29, 2024
1 parent ad5b17e commit d687304
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@

<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<id>github</id>
<name>GitHub sknull Apache Maven Packages</name>
<url>https://maven.pkg.github.com/sknull</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -58,9 +59,8 @@
</snapshots>
</repository>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/sknull</url>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down

0 comments on commit d687304

Please sign in to comment.