Skip to content

Commit

Permalink
[HNC-578] 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov committed Mar 18, 2024
1 parent 60b6934 commit f7a9aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@
<contextUrl>${env.ARTIFACTORY_BASE_URL}/</contextUrl>
<username>${env.NEXUS_DEPLOY_USER}</username>
<password>${env.NEXUS_DEPLOY_PASSWORD}</password>
<repoKey>${env.PRIVATE_RELEASE_REPO}</repoKey>
<snapshotRepoKey>${env.PRIVATE_SNAPSHOT_REPO}</snapshotRepoKey>
<repoKey>${env.PUBLIC_RELEASE_REPO}</repoKey>
<snapshotRepoKey>${env.PUBLIC_SNAPSHOT_REPO}</snapshotRepoKey>
</publisher>
</configuration>
</execution>
Expand Down

0 comments on commit f7a9aef

Please sign in to comment.