File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ uploadArchives {
196
196
mavenDeployer {
197
197
beforeDeployment { MavenDeployment deployment -> signing. signPom(deployment) }
198
198
199
- repository(url : " https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 /" ) {
200
- authentication(userName : ossrhUsername , password : ossrhPassword )
199
+ repository(url : " https://nexus.dev.omniscopy.com/repository/maven-releases /" ) {
200
+ authentication(userName : ldapUser , password : ldapPassword )
201
201
}
202
202
203
- snapshotRepository(url : " https://s01.oss.sonatype.org/content/repositories/ snapshots/" ) {
204
- authentication(userName : ossrhUsername , password : ossrhPassword )
203
+ snapshotRepository(url : " https://nexus.dev.omniscopy.com/repository/maven- snapshots/" ) {
204
+ authentication(userName : ldapUser , password : ldapPassword )
205
205
}
206
206
207
207
pom. project {
You can’t perform that action at this time.
0 commit comments