Skip to content

Commit

Permalink
Add distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoesner committed Mar 25, 2024
1 parent 83cf24c commit c92b742
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,13 @@
</repository>
</repositories>

<scm>
<url>https://github.com/camunda-community-hub/zeebe-kafka-exporter</url>
<connection>scm:git:[email protected]:camunda-community-hub/zeebe-kafka-exporter.git</connection>
<developerConnection>scm:git:[email protected]:camunda-community-hub/zeebe-kafka-exporter.git
</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub ckoesner Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ckoesner/zeebe-kafka-exporter</url>
</repository>
</distributionManagement>

</project>

0 comments on commit c92b742

Please sign in to comment.