diff options
author | pa671t <pa671t@att.com> | 2018-11-06 11:55:57 -0500 |
---|---|---|
committer | pau2882 <prudence.au@amdocs.com> | 2018-11-06 12:01:58 -0500 |
commit | 9624b228f128a465556b369f92a4cfca8fbff12c (patch) | |
tree | a66877e017df6ce502cec2aba64be60274eb636a | |
parent | 6c1c9d3d7e726aee313222fa2a2da70ec4ca67b3 (diff) |
Create 1.4.0-SNAPSHOT for Dublin
Change-Id: I15ca5c2e083eac3d1bb5df2adb4e92ac7d7e1159
Signed-off-by: pau2882 <prudence.au@amdocs.com>
Issue-ID: LOG-716
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-aai-context-builder</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
diff --git a/version.properties b/version.properties index 0969948..668657e 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=2 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |