diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-04 16:23:41 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-04 16:23:41 -0400 |
commit | 4b13a336aecf526f189ae8fc3dbfe0efe316fd8f (patch) | |
tree | 66259e2ebff639e22c3f428dea5ddbfbe184d64c | |
parent | f5e064242a694044f7a75c97550cfd456211c441 (diff) |
Update to use final released version of CCSDK parent pom (1.0.4)
Change-Id: I6b2ea30655abda10c89c5ad67580dd0c7d368953
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> <groupId>org.onap.sdnc.features</groupId> <artifactId>sdnc-features</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-features</name> diff --git a/version.properties b/version.properties index 9614fbf..a6e5b3d 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=1 sprint_number=3 -feature_revision=1 +feature_revision=4 base_version=${release_name}.${sprint_number}.${feature_revision} |