diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:44:44 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:45:30 -0400 |
commit | a8436a3b213964a32d5126889e32bf36128d5d42 (patch) | |
tree | 0706b4f977549d8f92fc581b0282bf6aff4f2c36 | |
parent | 249c6c274d5e8cb19494125835ff4f7ffcf4b829 (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: Iecafd41e92756eb1cdf9664b354626d46e16f59b
-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-network-discovery-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 eae359a..6f2caa0 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} |