aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2019-04-02 15:21:06 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2019-04-02 15:21:06 +0200
commit18bb06475e19696590aafa76e85cddf247bdb2ad (patch)
tree2f039af222e8dd7552c85e80ba8aa1a0c6f7e64e /version.properties
parent0cb3b571ae8cb5cfa4905357c22e223d1b4a8d24 (diff)
outdated version for NBI
Change-Id: I0577a5c1386507ec371323c023ca2ce889d4de14 Issue-ID: EXTAPI-214 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/version.properties b/version.properties
index fb5c330..7a5aafd 100644
--- a/version.properties
+++ b/version.properties
@@ -18,13 +18,13 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support...
-major=3
-minor=0
-patch=1
+major = 4
+minor = 0
+patch = 0
-base_version=${major}.${minor}.${patch}
+base_version = ${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins
-release_version=${base_version}
-staging_version=${base_version}-STAGING
-snapshot_version=${base_version}-SNAPSHOT
+release_version = ${base_version}
+staging_version = ${base_version}-STAGING
+snapshot_version = ${base_version}-SNAPSHOT