Skip to content

Commit 0d85b08

Browse files
Merge branch '15.0.x' into master
2 parents de84788 + daa401b commit 0d85b08

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,19 @@
319319
</dependencies>
320320
</dependencyManagement>
321321

322+
<distributionManagement>
323+
<repository>
324+
<id>aws-release</id>
325+
<name>AWS Release Repository</name>
326+
<url>${confluent.release.repo}</url>
327+
</repository>
328+
<snapshotRepository>
329+
<id>aws-snapshot</id>
330+
<name>AWS Snapshot Repository</name>
331+
<url>${confluent.snapshot.repo}</url>
332+
</snapshotRepository>
333+
</distributionManagement>
334+
322335
<build>
323336
<plugins>
324337
<plugin>

0 commit comments

Comments
 (0)