aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-06-05 16:41:35 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-06-05 16:42:50 +0100
commit4cfda9c57d25732b28357e616deaf54d567fab82 (patch)
treed00614af9f27dc34ca23cf7fb240b57281b6917e /version.properties
parent9cbca383a8fdd1c079f35ceecb8787a70a15c585 (diff)
Update drools-applications to SNAPSHOT-1.3.0
Snapshot updated for Casablanca. Issue-ID: POLICY-875 Change-Id: I0307282c4eabdb9ccd03282f918f4cd727ac4f86 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties26
1 files changed, 13 insertions, 13 deletions
diff --git a/version.properties b/version.properties
index 08d323a25..a254b216d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,13 +1,13 @@
-# Versioning variables
-# 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=1
-minor=2
-patch=3
-
-base_version=${major}.${minor}.${patch}
-
-# Release must be completed with git revision # in Jenkins
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+# Versioning variables
+# 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=1
+minor=3
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT