Skip to content

Commit

Permalink
merge: #9022
Browse files Browse the repository at this point in the history
9022: [Backport stable/1.3] chore(maven): add trailing slashes to new Artifactory URL r=oleschoenburg a=github-actions[bot]

# Description
Backport of #9017 to `stable/1.3`.

relates to 

Co-authored-by: Christian Nicolai <christian.nicolai@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and cmur2 committed Apr 5, 2022
2 parents 1bdb9a2 + 7b144cc commit dfd8d59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions benchmarks/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</snapshots>
<id>zeebe</id>
<name>Zeebe Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>

<repository>
Expand All @@ -111,7 +111,7 @@
</snapshots>
<id>zeebe-snapshots</id>
<name>Zeebe Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
</repositories>

Expand Down
8 changes: 4 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<properties>
<!-- release parent settings -->
<nexus.snapshot.repository>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots</nexus.snapshot.repository>
<nexus.release.repository>https://artifacts.camunda.com/artifactory/zeebe-io</nexus.release.repository>
<nexus.snapshot.repository>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</nexus.snapshot.repository>
<nexus.release.repository>https://artifacts.camunda.com/artifactory/zeebe-io/</nexus.release.repository>
<nexus.sonatype.url>https://s01.oss.sonatype.org</nexus.sonatype.url>

<version.java>11</version.java>
Expand Down Expand Up @@ -237,7 +237,7 @@
</snapshots>
<id>zeebe</id>
<name>Zeebe Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>

<repository>
Expand All @@ -249,7 +249,7 @@
</snapshots>
<id>zeebe-snapshots</id>
<name>Zeebe Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots</url>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
</repositories>

Expand Down

0 comments on commit dfd8d59

Please sign in to comment.