Skip to content

Commit

Permalink
🔧 Move distributionManagement stanza to parent project
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGraversen committed Nov 4, 2024
1 parent 90c25d2 commit 44f61e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/MrGraversen/replicate-java</url>
</repository>
</distributionManagement>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
8 changes: 0 additions & 8 deletions replicate-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<jsonschema2pojo.version>1.2.2</jsonschema2pojo.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/MrGraversen/replicate-java</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 44f61e1

Please sign in to comment.