diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 15:15:15 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 15:15:21 -0400 |
commit | 043ac5e7df90d537a4732a68975edf6ecd35be6e (patch) | |
tree | f43a9f36dee9260e560c72508b40f36ecd328a8e | |
parent | f769523d137564898a5adba8012e972da7219250 (diff) |
cleanup repos and servers
Change-Id: I0cd9decef88765d04df22951b487e5556835b677
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | PyPDPServer/pom.xml | 25 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 6 insertions, 24 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 71e3999eb..b77529a73 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -46,7 +46,6 @@ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>/opt/app/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> <springboot.version>1.3.3.RELEASE</springboot.version> </properties> @@ -55,17 +54,8 @@ <id>spring-releases</id> <url>https://repo.spring.io/libs-release</url> </repository> - <repository> - <id>ecomp-releases</id> - <name>OpenECOMP Release Repository</name> - <url>${nexusproxy}/content/repositories/releases/</url> - </repository> - <repository> - <id>ecomp-staging</id> - <name>OpenECOMP Staging Repository</name> - <url>${nexusproxy}/content/repositories/staging/</url> - </repository> </repositories> + <pluginRepositories> <pluginRepository> <id>spring-releases</id> @@ -73,19 +63,6 @@ </pluginRepository> </pluginRepositories> - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>OpenECOMP Release Repository</name> - <url>${nexusproxy}/content/repositories/releases/</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>OpenECOMP Snapshot Repository</name> - <url>${nexusproxy}/content/repositories/snapshots/</url> - </snapshotRepository> - </distributionManagement> - <dependencyManagement> <dependencies> <dependency> @@ -73,6 +73,11 @@ <name>OpenECOMP Staging Repository</name> <url>${nexusproxy}/content/repositories/staging/</url> </repository> + <repository> + <id>ecomp-snapshots</id> + <name>OpenECOMP Snapshots Repository</name> + <url>${nexusproxy}/content/repositories/snapshots/</url> + </repository> </repositories> <distributionManagement> |