Skip to content

Commit

Permalink
Merge pull request #9017 from camunda/INFRA-3107.2
Browse files Browse the repository at this point in the history
chore(maven): add trailing slashes to new Artifactory URL
  • Loading branch information
lenaschoenburg committed Mar 29, 2022
2 parents 078cf57 + 30f07bd commit 8ef4c9b
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 @@ -101,7 +101,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 @@ -113,7 +113,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 @@ -35,8 +35,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>

<plugin.version.flatten>1.2.7</plugin.version.flatten>
Expand Down Expand Up @@ -87,7 +87,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 @@ -99,7 +99,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 8ef4c9b

Please sign in to comment.