diff options
-rw-r--r-- | dcaedt_be/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/pom.xml | 7 | ||||
-rw-r--r-- | dcaedt_validator/pom.xml | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/dcaedt_be/pom.xml b/dcaedt_be/pom.xml index 59abbd1..a33306a 100644 --- a/dcaedt_be/pom.xml +++ b/dcaedt_be/pom.xml @@ -115,7 +115,7 @@ <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> - <version>2.6.1</version> + <version>2.8.0</version> <scope>compile</scope> </dependency> <dependency> diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml index 2e8b142..905f0d2 100644 --- a/dcaedt_catalog/pom.xml +++ b/dcaedt_catalog/pom.xml @@ -18,11 +18,10 @@ <module>api</module> <module>service</module> </modules> - <scm> - <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection> - <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection> + <connection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</connection> + <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</developerConnection> <tag>HEAD</tag> - <url>https://github.research.att.com/ASC/ASC-Catalog/</url> + <url>https://github.research.onap.com/ASC/ASC-Catalog/</url> </scm> </project> diff --git a/dcaedt_validator/pom.xml b/dcaedt_validator/pom.xml index 5f62852..5137938 100644 --- a/dcaedt_validator/pom.xml +++ b/dcaedt_validator/pom.xml @@ -15,10 +15,10 @@ <module>checker</module> </modules> <scm> - <connection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</connection> - <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</developerConnection> + <connection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</connection> + <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</developerConnection> <tag>HEAD</tag> - <url>https://github.research.att.com/ASC/ASC-Validator/</url> + <url>https://github.research.onap.com/ASC/ASC-Validator/</url> </scm> <properties> <sonar.skip>true</sonar.skip> |