[sdc] update pom info
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index e5d4bda..643bf73 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -442,13 +442,21 @@
<activeByDefault>false</activeByDefault>
</activation>
+ <build>
+ <finalName>${project.artifactId}-${project.version}</finalName>
+ </build>
+ </profile>
+
+ <profile>
+ <id>build</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
<build>
-
<finalName>${project.artifactId}-${full.release.version}</finalName>
-
+
<plugins>
-
<!-- ================================================== -->
<!-- Get the next versions from the properties file. -->
<!-- ================================================== -->
@@ -476,7 +484,6 @@
</build>
</profile>
-
<profile>
<id>Fortify</id>
<activation>