diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-01 21:35:54 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-01 21:35:57 -0400 |
commit | 5659bed931e5e4eb607eae77d60c37dc48b1421d (patch) | |
tree | bce70ad833e2b128461007ee02c6c544e41a4f29 | |
parent | f2dac805dac11020348a1dcdc44838b114bdee89 (diff) |
Upversion prior to release4.0.0-ONAP1.4.2dublin
Issue-ID: AAI-2403
Change-Id: Ib10dbb984fb1d24252adcb4975707fc91d2379b2
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index eff345c..77e67b1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |