Skip to content

Commit

Permalink
all: pom reorganisation
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 28, 2024
1 parent 84fd1eb commit a768728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/vondacho/pt-agency</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions pta-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
</parent>
<artifactId>pta-booking</artifactId>
<version>${booking.module.version}</version>
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/obya/pta</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit a768728

Please sign in to comment.