Skip to content

Commit

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

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

relates to 

Co-authored-by: Christian Nicolai <christian.nicolai@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and cmur2 committed Mar 29, 2022
2 parents 3264139 + dd9b9d3 commit 87c0b61
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 @@ -98,7 +98,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 @@ -110,7 +110,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 @@ -19,8 +19,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 @@ -229,7 +229,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 @@ -241,7 +241,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 87c0b61

Please sign in to comment.