Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Apr 29, 2024
1 parent ef24ef6 commit 6b19cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/zyneonstudios/zyneon-maven</url>
</repository>
</repositories>

<dependencies>
<!--GitHub repositories from me-->
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<version>2024.4.7</version>
<packaging>pom</packaging>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/zyneonstudios/zyneon-maven</url>
</repository>
</repositories>

<modules>
<module>application-main</module>
<module>application-updater</module>
Expand Down

0 comments on commit 6b19cb8

Please sign in to comment.