diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-26 16:19:28 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-27 15:09:10 -0400 |
commit | c6caf8ae01b02b9d277ba09ea9afece48b56024c (patch) | |
tree | d08fb716e9338ea9464b7a06d10328c00d8d6c6c /version.properties | |
parent | 4aae44816514c9adafa357e811772c3621ef9126 (diff) |
Bump drools-apps master to 1.8.0 SNAPSHOT
Bumping minor version now that guilin branch has been created.
Also repointed to snapshot versions for dependencies.
Issue-ID: POLICY-2875
Change-Id: Ieb3f8d6ff141d3035141ab8672d3259074f432be
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index ae46bac61..11f038326 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 -patch=5 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} |