Fixing the version of geode the examples are trying to build against The examples were still pointing at the M3 snapshot.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6555c312 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6555c312 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6555c312 Branch: refs/heads/feature/e2e-testing Commit: 6555c31203d5adfacaf4b6f5074db208f6f169a8 Parents: da93506 Author: Dan Smith <[email protected]> Authored: Mon Sep 26 10:09:20 2016 -0700 Committer: Dan Smith <[email protected]> Committed: Mon Sep 26 10:09:20 2016 -0700 ---------------------------------------------------------------------- geode-examples/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6555c312/geode-examples/gradle.properties ---------------------------------------------------------------------- diff --git a/geode-examples/gradle.properties b/geode-examples/gradle.properties index 9c7822a..7aa1ef9 100644 --- a/geode-examples/gradle.properties +++ b/geode-examples/gradle.properties @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -geodeVersion = 1.0.0-incubating.M3-SNAPSHOT +geodeVersion = 1.0.0-incubating-SNAPSHOT junitVersion = 4.12 mockitocoreVersion = 1.10.19 commonsExecVersion = 1.3 -awaitilityVersion = 1.7.0 \ No newline at end of file +awaitilityVersion = 1.7.0
