diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-02 11:32:46 -0700 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-02 11:32:46 -0700 |
commit | 50db22aa3b1d6fd0b0a87d32259e3b229868401c (patch) | |
tree | dfbf9e3243af435ad7b30f8edaa38e64d976e5f1 | |
parent | f2497f371114c5fb5ee8279d82438ab7f333efe9 (diff) |
Fix CDS docker job
Change-Id: I16c09b1680684bc17eb7505828e4279fe8172ddf
Issue-ID: CCSDK-1194
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 1 | ||||
-rw-r--r-- | version.properties | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index 0b40b3459..89590ef8d 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -26,6 +26,7 @@ <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> + <version>0.4.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Controller Blueprints Proto Definition</name> diff --git a/version.properties b/version.properties index 1da7b9a35..1c98ae9b3 100644 --- a/version.properties +++ b/version.properties @@ -4,9 +4,9 @@ # because they are used in Jenkins, whose plug-in doesn't support -release_name=1 -sprint_number=0 -feature_revision=0 +release_name=0 +sprint_number=4 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |