Skip to content

Commit 3ea1424

Browse files
committed
Upgrade to Apache Geode 1.15.0.
Resolves gh-604.
1 parent 25733e6 commit 3ea1424

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: spring-data-geode/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
<project.root>${basedir}/..</project.root>
2323
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
2424
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
25-
<geode.version>1.14.4</geode.version>
25+
<geode.version>1.15.0</geode.version>
26+
<!--
27+
<geode.version>[1.15.0,1.16.0)</geode.version>
28+
<geode.version>[1.15.0,1.15.0-build.1038)</geode.version>
29+
-->
2630
<spring-test-data-geode.version>0.0.28</spring-test-data-geode.version>
2731
</properties>
2832

0 commit comments

Comments
 (0)