This is an automated email from the ASF dual-hosted git repository. mhanson pushed a commit to branch release/1.11.0 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 5a57cfba8c9b6ccbefbe758ad83a32678ac8fd38 Author: Mark Hanson <[email protected]> AuthorDate: Mon Oct 28 17:14:45 2019 -0700 Prepping for 1.11.0 release --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4328334..8b40599 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.11.0-SNAPSHOT -geodeVersion = 1.11.0-SNAPSHOT +version = 1.11.0 +geodeVersion = 1.11.0 # release properties, set these on the command line to validate against # a release candidate
