summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery-api/pom.xml
diff options
context:
space:
mode:
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>