diff options
author | Jim Hahn <jrh3@att.com> | 2019-08-07 15:17:36 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-08-07 17:02:58 -0400 |
commit | ccfc997623ea3680bffb771c51f1798154f65659 (patch) | |
tree | da99375e2da066f5874379a84c4c4f73824cbbb3 /version.properties | |
parent | 17d8164bf9193580adca7cdd2eb28c590e7b2d2c (diff) |
Bump version of drools-pdp
Updated the remaining *.pom files.
Updated java test file that uses the version.
Changed versions in *.pom files to all be 1.0.0.
Change-Id: Ia75cdfa5704b1e16b3c78e0257e619cd41220f93
Issue-ID: POLICY-1965
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index f78f30b1..45a2df95 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |