Add missing distribution management to various samples

This commit is contained in:
Soby Chacko
2018-08-16 08:27:39 -04:00
parent cf8a2e1765
commit 1b3807888c
10 changed files with 130 additions and 0 deletions

View File

@@ -12,4 +12,17 @@
<module>testing-demo</module>
<module>test-embedded-kafka</module>
</modules>
<distributionManagement>
<repository>
<id>repo.spring.io</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
</repository>
<snapshotRepository>
<id>repo.spring.io</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
</project>