We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25733e6 commit 3ea1424Copy full SHA for 3ea1424
spring-data-geode/pom.xml
@@ -22,7 +22,11 @@
22
<project.root>${basedir}/..</project.root>
23
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
24
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
25
- <geode.version>1.14.4</geode.version>
+ <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
+-->
30
<spring-test-data-geode.version>0.0.28</spring-test-data-geode.version>
31
</properties>
32
0 commit comments