Commit 3575734ab5cfc2e0b9729067ee1252370088f49e
1 parent
91e8fa9d32
Exists in
master
Need artefacts to be in a public place for community.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -135,11 +135,11 @@ |
135 | 135 | <distributionManagement> |
136 | 136 | <repository> |
137 | 137 | <id>alfresco-internal</id> |
138 | - <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-releases</url> | |
138 | + <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> | |
139 | 139 | </repository> |
140 | 140 | <snapshotRepository> |
141 | 141 | <id>alfresco-internal-snapshots</id> |
142 | - <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-snapshots</url> | |
142 | + <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> | |
143 | 143 | </snapshotRepository> |
144 | 144 | </distributionManagement> |
145 | 145 | ... | ... |