Skip to content

Commit

Permalink
Update path; remove not-working GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siemieniuk committed Jun 17, 2024
1 parent d83f897 commit 2309f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/maven-publish.yml

This file was deleted.

5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@
<distributionManagement>
<repository>
<id>Github</id>
<name>Github Apache Maven Packages</name>
<name>Github Packages</name>
<url>https://maven.pkg.github.com/siemieniuk/votingsystems</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</distributionManagement>
<build>
Expand Down

0 comments on commit 2309f26

Please sign in to comment.