This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit d8b16a64f4f592eeded1c95e72fb8c4a5bce27f3 Author: Owen Nichols <[email protected]> AuthorDate: Thu Feb 11 16:48:04 2021 -0800 pair develop examples with 1.15.0 now that support/1.14 has been created --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8486676..bf8f18f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version = 1.14.0-build.0 -geodeVersion = 1.14.+ +version = 1.15.0-build.0 +geodeVersion = 1.15.+ # release properties, set these on the command line to validate against # a release candidate
