aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-06-04 16:23:41 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-06-04 16:23:41 -0400
commit4b13a336aecf526f189ae8fc3dbfe0efe316fd8f (patch)
tree66259e2ebff639e22c3f428dea5ddbfbe184d64c
parentf5e064242a694044f7a75c97550cfd456211c441 (diff)
Fix header versionHEADmaster
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.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5f0e898..905d145 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}