diff options
author | baniewsk <pawel.baniewski@nokia.com> | 2020-07-29 16:01:27 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-08-05 14:18:54 +0200 |
commit | b8c4e6867d6b26652f4382e93665c220769cdc9f (patch) | |
tree | bb60a44b012731e3ee6fdffe2466f5ed7d6b5c7b /certService/pom.xml | |
parent | fc31c9e47b3e08f8914dcd1f0c5b6d18aa625567 (diff) |
Removing AAF references from Cert-Service in OOM repo.
Certificates regenerated
External files (from legacy AAF) removed
Still left:
* Sonar link,
* Link to documentation,
* Names of K8s resources in RTD documentation,
* Link to CSITs
Issue-ID: OOM-2526
Signed-off-by: Pawel Baniewski <pawel.baniewski@nokia.com>
Change-Id: I675f7485160b9b8e46e9ea573550e62ed28ca607
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 9febd167..4d75fe90 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -16,14 +16,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.aaf.certservice</groupId> - <artifactId>aaf-certservice</artifactId> + <groupId>org.onap.oom.platform.cert-service</groupId> + <artifactId>oom-certservice</artifactId> <version>1.2.0-SNAPSHOT</version> </parent> - <artifactId>aaf-certservice-api</artifactId> + <artifactId>oom-certservice-api</artifactId> <version>1.2.0-SNAPSHOT</version> - <name>aaf-certservice-api</name> - <description>AAF Certification Service Api</description> + <name>oom-certservice-api</name> + <description>OOM Certification Service Api</description> <packaging>jar</packaging> <dependencies> @@ -182,12 +182,12 @@ <distributionManagement> <repository> <id>ecomp-releases</id> - <name>AAF Release Repository</name> + <name>OOM Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> + <name>OOM Snapshot Repository</name> <url>${nexusproxy}${snapshotNexusPath}</url> </snapshotRepository> <site> |