diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:42:14 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:43:10 -0400 |
commit | d802a34480c912a686fd1075b2b438ebae88557e (patch) | |
tree | cb5154e98f096cd181102dd9319f6f067e6651dd | |
parent | f59b802a0bb70e6128b809fe3ca58a48f41aaa42 (diff) |
Introduce 1.5.0-SNAPSHOT for the El Alto release
Issue-ID: LOG-1073
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I174ddf40d7ae2b521f53fd6924cbec37e34af637
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ limitations under the License. <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-sdnc-context-builder</artifactId> - <version>1.4.0</version> + <version>1.5.0-SNAPSHOT</version> <packaging>jar</packaging> <parent> diff --git a/version.properties b/version.properties index cb43f0d..53c44ec 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support.
major=1
-minor=4
+minor=5
patch=0
base_version=${major}.${minor}.${patch}
|