Skip to content

Commit

Permalink
chore(pom.xml): change to the new artifactory domain
Browse files Browse the repository at this point in the history
related to INFRA-3106, closes camunda#1849
  • Loading branch information
chaima-mnsr authored Mar 24, 2022
1 parent f2be157 commit 043affa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In order to build our codebase from source, add the following to your Maven `set
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://app.camunda.com/nexus/content/groups/public</url>
<url>https://artifacts.camunda.com/artifactory/public/</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion settings/maven/nexus-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<id>camunda-nexus</id>
<mirrorOf>*</mirrorOf>
<name>Camunda Nexus</name>
<url>https://app.camunda.com/nexus/content/groups/public</url>
<url>https://artifacts.camunda.com/artifactory/public/</url>
</mirror>
</mirrors>

Expand Down
2 changes: 1 addition & 1 deletion webapps/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#registry = https://app.camunda.com/nexus/content/groups/npm-public/
#registry = https://artifacts.camunda.com/artifactory/npm-public/
2 changes: 1 addition & 1 deletion webapps/camunda-bpm-sdk-js/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#registry = https://app.camunda.com/nexus/content/groups/npm-public/
#registry = https://artifacts.camunda.com/artifactory/npm-public/
2 changes: 1 addition & 1 deletion webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<repository>
<id>camunda-nexus</id>
<name>Camunda Platform Maven Repository</name>
<url>https://app.camunda.com/nexus/content/groups/public</url>
<url>https://artifacts.camunda.com/artifactory/public/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down

0 comments on commit 043affa

Please sign in to comment.