Skip to content

Commit

Permalink
deps: add zeebe release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Apr 17, 2023
1 parent ac7693c commit a1b1e54
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,26 @@

<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>zeebe</id>
<name>Zeebe Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>

<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>camunda-nexus</id>
<id>zeebe-snapshots</id>
<name>Zeebe Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
</repositories>
Expand Down

0 comments on commit a1b1e54

Please sign in to comment.