Skip to content

Commit 44f61e1

Browse files
committed
🔧 Move distributionManagement stanza to parent project
1 parent 90c25d2 commit 44f61e1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
</repository>
3535
</repositories>
3636

37+
<distributionManagement>
38+
<repository>
39+
<id>github</id>
40+
<name>GitHub Packages</name>
41+
<url>https://maven.pkg.github.com/MrGraversen/replicate-java</url>
42+
</repository>
43+
</distributionManagement>
44+
3745
<dependencyManagement>
3846
<dependencies>
3947
<dependency>

replicate-models/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
<jsonschema2pojo.version>1.2.2</jsonschema2pojo.version>
1818
</properties>
1919

20-
<distributionManagement>
21-
<repository>
22-
<id>github</id>
23-
<name>GitHub Packages</name>
24-
<url>https://maven.pkg.github.com/MrGraversen/replicate-java</url>
25-
</repository>
26-
</distributionManagement>
27-
2820
<dependencies>
2921
<dependency>
3022
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)