Introduce UDS branding, naming and versioning.

Signed-off-by: MichaelMorris <michael.morris@est.tech>
(cherry picked from commit 14cf9ec872660f4e21e71e28cae82e1b9cf7aa15)
Change-Id: I38cf65c7b1d7f94c998d86e2739911f586399f7d
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index 0b98624..95474de 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -631,7 +631,7 @@
 
                 <!-- Build frontend image -->
                 <image>
-                  <name>onap/sdc-frontend</name>
+                  <name>uds/sdc-frontend</name>
                   <alias>sdc-frontend</alias>
                   <build>
                     <cleanup>try</cleanup>
@@ -639,11 +639,9 @@
                     <tags>
                       <tag>latest</tag>
                       <tag>
-                        ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
+                        ${uds.version}-${maven.build.timestamp} 
                       </tag>
-                      <tag>
-                        ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}
-                      </tag>
+                      <tag>${uds.docker.staging.version}-STAGING-latest</tag>
                     </tags>
                   </build>
                 </image>
@@ -658,7 +656,7 @@
                 </goals>
                 <configuration>
                   <removeAll>true</removeAll>
-                  <image>onap/sdc-frontend</image>
+                  <image>uds/sdc-frontend</image>
                 </configuration>
               </execution>
 
@@ -677,7 +675,7 @@
                   <goal>push</goal>
                 </goals>
                 <configuration>
-                  <image>onap/sdc-frontend</image>
+                  <image>uds/sdc-frontend</image>
                 </configuration>
               </execution>
             </executions>