diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-06-05 16:22:44 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-06-05 16:22:54 +0100 |
commit | b706707b5f209f0b7332ecec3a949ac03e7016b9 (patch) | |
tree | 6cf6e9e07ee661e79a1252bafb0465adcb96e25f /version.properties | |
parent | 6349400731e234c1f722cd1665a83a6f8f974bee (diff) |
Update drools-pdp to SNAPSHOT-1.3.0
Snapshot updated for Casablanca.
Change-Id: I75c0a41ce2c1a56ab658be8bfd27a5c81977f990
Issue-ID: POLICY-875
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/version.properties b/version.properties index 08d323a2..a254b216 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 |