diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-24 11:01:07 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-24 11:01:07 -0400 |
commit | 49cc90f205535596dfdad0cf81a5bbf6ad93f5f8 (patch) | |
tree | 759d0e1897c3bb75b06f8f3bd0340571dd25e77b | |
parent | 23ef1d684799d289cce6a2634dc5b3bbc53d6c20 (diff) |
Create 1.4.0-SNAPSHOT for Dublin
Change-Id: I0327cecb047047d77ac166a81cf86307759b2cf6
Signed-off-by: Prudence Au <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-audit-common</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/version.properties b/version.properties index 8b2aa75..611dff3 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}
|