This is an automated email from the ASF dual-hosted git repository.
nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new de30e86 GEODE-5852: Adding 1.7.0 to old version (#2596)
de30e86 is described below
commit de30e86685e6e9f705542aa948c7fa30d7edcb58
Author: Nabarun Nag <[email protected]>
AuthorDate: Thu Oct 18 14:56:17 2018 -0700
GEODE-5852: Adding 1.7.0 to old version (#2596)
* as 1.7.0 has been released, this version must be tested against the
current snapshot
* thus 1.7.0 has been added to the build.gradle file of the
geode-old-version project.
---
geode-old-versions/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/geode-old-versions/build.gradle b/geode-old-versions/build.gradle
index 06de76f..7534c34 100644
--- a/geode-old-versions/build.gradle
+++ b/geode-old-versions/build.gradle
@@ -36,6 +36,7 @@ task createGeodeClasspathsFile {
addOldVersion('test140', '1.4.0', true)
addOldVersion('test150', '1.5.0', true)
addOldVersion('test160', '1.6.0', true)
+ addOldVersion('test170', '1.7.0', true)
doLast {
Properties versions = new Properties();