Merge remote-tracking branch 'remotes/origin/kafka' into kafka

This commit is contained in:
nheron 2021-02-10 21:46:21 +01:00
commit b419eaa6f6

View file

@ -42,7 +42,7 @@
<profile> <profile>
<id>sonar</id> <id>sonar</id>
<properties> <properties>
<sonar.host.url>http://sonarqube.infra.pymma-software.net</sonar.host.url> <sonar.host.url>http://sonar.pymmainternal:9000</sonar.host.url>
<sonar.login>0b935500b338e4fd3f747b85964726e1b64c0d2d</sonar.login> <sonar.login>0b935500b338e4fd3f747b85964726e1b64c0d2d</sonar.login>
</properties> </properties>
<build> <build>
@ -95,7 +95,7 @@
<activeByDefault>false</activeByDefault> <activeByDefault>false</activeByDefault>
</activation> </activation>
<properties> <properties>
<nexus.host>http://192.168.1.122:18081</nexus.host> <nexus.host>http://nexus.pymmainternal:8081</nexus.host>
</properties> </properties>
</profile> </profile>
<profile> <profile>