summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery-api/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
committerDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
commitf58ed99972fe216d039ec264c5c0f46138148a4e (patch)
tree84be22f08e67d9e9b26dd2195473f3fa80321222 /pomba/network-discovery-api/pom.xml
parent78eb251a37b73b80617ad356ea4ea48b4d68e033 (diff)
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms. Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pomba/network-discovery-api/pom.xml')
-rw-r--r--pomba/network-discovery-api/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index bdbbb26..a60a51d 100644
--- a/pomba/network-discovery-api/pom.xml
+++ b/pomba/network-discovery-api/pom.xml
@@ -29,6 +29,7 @@ limitations under the License.
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>network-discovery-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
+
<name>Network Discovery API</name>
<dependencies>
@@ -50,7 +51,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
- <profiles>
+
+ <profiles>
<profile>
<id>nexus-staging</id>
<activation>
@@ -75,5 +77,4 @@ limitations under the License.
</build>
</profile>
</profiles>
-
</project>