Skip to content

Commit

Permalink
Upgrade to Apache Geode 1.15.0.
Browse files Browse the repository at this point in the history
Resolves gh-604.
  • Loading branch information
jxblum committed Jul 7, 2022
1 parent 25733e6 commit 3ea1424
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spring-data-geode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
<project.root>${basedir}/..</project.root>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
<geode.version>1.14.4</geode.version>
<geode.version>1.15.0</geode.version>
<!--
<geode.version>[1.15.0,1.16.0)</geode.version>
<geode.version>[1.15.0,1.15.0-build.1038)</geode.version>
-->
<spring-test-data-geode.version>0.0.28</spring-test-data-geode.version>
</properties>

Expand Down

0 comments on commit 3ea1424

Please sign in to comment.