diff options
author | Max Benjamin <max.benjamin@att.com> | 2021-03-12 15:39:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-12 15:39:35 +0000 |
commit | b79e10d10d2c750d3f96d850c0b8b60f8d7781c4 (patch) | |
tree | ec072e3c0f465bfbaecf2f55646066e26645ea7a /mso-api-handlers/mso-requests-db/pom.xml | |
parent | a20dc29cb596b33864e8a1c27cd06a9fbe3078a6 (diff) | |
parent | 8aca451301378942e4c942be202d0bfd2313af93 (diff) |
Merge "version upgrades plus cleanup"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index ce1b960be3..ba3eac4725 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -1,13 +1,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <groupId>org.onap.so</groupId> <artifactId>mso-api-handlers</artifactId> <version>1.8.0-SNAPSHOT</version> </parent> - <artifactId>mso-requests-db</artifactId> <name>mso-requests-db</name> <description>MSO Requests Database definition and Hibernate objects</description> |