From d1cd516c478616cd6bfefedfa0cbc72cf938f8c7 Mon Sep 17 00:00:00 2001 From: Dave Barnes Date: Fri, 26 Feb 2021 08:42:07 -0800 Subject: [PATCH] Update for 1.12.1 --- website/content/releases/index.html | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/website/content/releases/index.html b/website/content/releases/index.html index 4dce8dbc0..fd1b49a07 100644 --- a/website/content/releases/index.html +++ b/website/content/releases/index.html @@ -91,39 +91,39 @@

1.13.1

- -

1.12.0

+ +

1.12.1

Release Notes

Binaries - [TGZ, SHA-256, - PGP ] + [TGZ, SHA-256, + PGP ]
Source - [TGZ, SHA-256, - PGP + [TGZ, SHA-256, + PGP ]
Geode Native Source - [TAR.GZ, SHA-512, - PGP + [TGZ, SHA-256, + PGP ]
Benchmarks - [TGZ, SHA-256, - PGP + [TGZ, SHA-256, + PGP ]
Examples - [TAR.GZ, SHA-256, - PGP + [TGZ, SHA-256, + PGP ]
@@ -132,7 +132,7 @@

1.12.0

Gradle
 dependencies {
-  compile 'org.apache.geode:geode-core:1.12.0'
+  compile 'org.apache.geode:geode-core:1.12.1'
 }
 
Maven @@ -141,12 +141,12 @@

1.12.0

<dependency> <groupId>org.apache.geode</groupId> <artifactId>geode-core</artifactId> - <version>1.12.0</version> + <version>1.12.1</version> </dependency> </dependencies> - +

1.11.0