Skip to content

Commit

Permalink
Fixing the version of geode the examples are trying to build against
Browse files Browse the repository at this point in the history
The examples were still pointing at the M3 snapshot.
  • Loading branch information
upthewaterspout committed Sep 26, 2016
1 parent da93506 commit 6555c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geode-examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
awaitilityVersion = 1.7.0

0 comments on commit 6555c31

Please sign in to comment.