Skip to content

Commit

Permalink
Merge pull request #189 from camunda-community-hub/INFRA-3114
Browse files Browse the repository at this point in the history
Change to the new artifactory domain
  • Loading branch information
celanthe authored Mar 29, 2022
2 parents 55a962d + 481c9b0 commit 1a0755f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- release parent settings -->
<nexus.snapshot.repository>https://app.camunda.com/nexus/content/repositories/zeebe-io-snapshots/
<nexus.snapshot.repository>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/
</nexus.snapshot.repository>
<nexus.release.repository>https://app.camunda.com/nexus/content/repositories/zeebe-io/
<nexus.release.repository>https://artifacts.camunda.com/artifactory/zeebe-io/
</nexus.release.repository>

<plugin.version.javadoc>3.1.1</plugin.version.javadoc>
Expand Down Expand Up @@ -249,7 +249,7 @@
<repository>
<id>zeebe</id>
<name>Zeebe Repository</name>
<url>https://app.camunda.com/nexus/content/repositories/zeebe-io/</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -261,7 +261,7 @@
<repository>
<id>zeebe-snapshots</id>
<name>Zeebe Snapshot Repository</name>
<url>https://app.camunda.com/nexus/content/repositories/zeebe-io-snapshots/</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 1a0755f

Please sign in to comment.