diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-17 08:16:57 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-17 08:16:57 -0500 |
commit | 2edb31344e0a806e60c9be9dcabc419d8c93285b (patch) | |
tree | a60994b34fd2de1755f3017515c0e617f5bcaaca /dgbuilder | |
parent | e972be6501bd8aadb98afce4002ccb0a787d9c82 (diff) |
Release version 1.0.3 docker containers
Release version 1.0.3 docker containers and roll to next snapshot version
Change-Id: Ib719f6c75545779f87daef1acd4c30480859a423
Issue-ID: CCSDK-2979
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dgbuilder')
-rw-r--r-- | dgbuilder/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index 6ea1aeb3..f771ea83 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-dgbuilder</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: dgbuilder</name> |