diff options
-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}
|