Update to latest springboot
[aai/search-data-service.git] / search-data-service-app / pom.xml
index c1f2c6a..485e9a4 100644 (file)
@@ -27,7 +27,7 @@
        <parent>
                <artifactId>spring-boot-starter-parent</artifactId>
                <groupId>org.springframework.boot</groupId>
-               <version>1.5.18.RELEASE</version>
+               <version>1.5.19.RELEASE</version>
        </parent>
 
        <groupId>org.onap.aai.search-data-service</groupId>
@@ -37,6 +37,7 @@
 
        <properties>
                <docker.location>${basedir}/target</docker.location>
+               <docker.image.name.suffix>search-data-service</docker.image.name.suffix>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <java.version>1.8</java.version>
                <generatedSourceDir>${basedir}/src/main/java-gen</generatedSourceDir>
                                <configuration>
                                        <verbose>true</verbose>
                                        <serverId>docker-hub</serverId>
-                                       <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+                                       <imageName>${docker.push.registry}/onap/${docker.image.name.suffix}</imageName>
                                        <dockerDirectory>${docker.location}</dockerDirectory>
                                        <imageTags>
                                                <imageTag>latest</imageTag>