From 5ed3cee2f4a2d28e9c54aa3c6bc68372d339c19a Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 19 Oct 2018 13:27:20 -0400 Subject: Added groovy step and set version 1.0.0 Issue-ID: OPTFRA-373 Change-Id: I6c024328689cee15da193a9712dd1dfd09df15ef Signed-off-by: Jerry Flood --- cmso-database/pom.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'cmso-database/pom.xml') diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml index 1b4833a..1cae77e 100644 --- a/cmso-database/pom.xml +++ b/cmso-database/pom.xml @@ -41,12 +41,17 @@ org.onap.optf.cmso liquibase - 3.0.0-SNAPSHOT + 1.0.0-SNAPSHOT liquibase Liquibase project for Spring Boot + yyyyMMdd'T'HHmmss'Z' + + ${project.version} + ${maven.build.timestamp} + liquibase Casablanca org.onap.optf @@ -130,6 +135,22 @@ etc/config/liquibase.properties + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${project.basedir}/src/main/script/TagVersion.groovy + + + + io.fabric8 docker-maven-plugin -- cgit 1.2.3-korg