From 4a78d248db927ce57bf7f4ad603b0aa2dd1fb55a Mon Sep 17 00:00:00 2001 From: Tristan Tarrant Date: Wed, 2 Oct 2024 12:34:18 +0200 Subject: [PATCH] Published master to GitHub pages. --- download/index.html | 10 +++++----- download/stable/cli-image.html | 2 +- download/stable/dependency-coordinates.html | 6 +++--- download/stable/native-image.html | 2 +- feed.xml | 2 +- index.html | 2 +- tutorials/embedded/step-1.html | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/download/index.html b/download/index.html index 8157706f82..c914d8b7fb 100644 --- a/download/index.html +++ b/download/index.html @@ -96,20 +96,20 @@

Get the latest downloads available for the current stable and development re
-

Current Stable Release: Infinispan 15.0.8.Final

+

Current Stable Release: Infinispan 15.0.9.Final


"I'm Still Standing"
- Release date: 2024/08/21 + Release date: 2024/09/25
Dependency Coordinates
diff --git a/download/stable/cli-image.html b/download/stable/cli-image.html index 78cce76da2..f4cb5ae35f 100644 --- a/download/stable/cli-image.html +++ b/download/stable/cli-image.html @@ -93,7 +93,7 @@

Container Image

Use the Infinispan CLI image on your favorite container platform (Docker, OCI, etc.) with the following command:

-

docker pull quay.io/infinispan/cli:15.0.8.Final-1

+

docker pull quay.io/infinispan/cli:15.0.9.Final-1

diff --git a/download/stable/dependency-coordinates.html b/download/stable/dependency-coordinates.html index e227380666..bad323ea5e 100644 --- a/download/stable/dependency-coordinates.html +++ b/download/stable/dependency-coordinates.html @@ -98,7 +98,7 @@
Maven
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-core</artifactId> - <version>15.0.8.Final</version> + <version>15.0.9.Final</version> </dependency> @@ -107,7 +107,7 @@
Gradle
         dependencies {
           ...
-          implementation 'org.infinispan:infinispan-core:15.0.8.Final'
+          implementation 'org.infinispan:infinispan-core:15.0.9.Final'
           ...
         }
     
@@ -116,7 +116,7 @@
Ivy
         <dependencies>
           ...
-          <dependency org="org.infinispan" name="infinispan-core" version="15.0.8.Final"/>
+          <dependency org="org.infinispan" name="infinispan-core" version="15.0.9.Final"/>
           ...
         </dependencies>
     
diff --git a/download/stable/native-image.html b/download/stable/native-image.html index da0a9e9357..0444e3e808 100644 --- a/download/stable/native-image.html +++ b/download/stable/native-image.html @@ -93,7 +93,7 @@

Container Image

Use the Infinispan Server image on your favorite container platform (Docker, OCI, etc.) with the following command:

-

docker pull quay.io/infinispan/server-native:15.0.8.Final-1

+

docker pull quay.io/infinispan/server-native:15.0.9.Final-1

diff --git a/feed.xml b/feed.xml index 568c6876ab..90970005f1 100644 --- a/feed.xml +++ b/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-10-02T12:26:24+02:00https://infinispan.org/feed.xmlInfinispanInfinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.Infinispan as an Open Source cache layer for CMS2024-06-21T02:00:00+02:002024-06-21T02:00:00+02:00https://infinispan.org/blog/2024/06/21/cms-cache +Jekyll2024-10-02T12:34:02+02:00https://infinispan.org/feed.xmlInfinispanInfinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.Infinispan as an Open Source cache layer for CMS2024-06-21T02:00:00+02:002024-06-21T02:00:00+02:00https://infinispan.org/blog/2024/06/21/cms-cache

Infinispan as an Open Source cache layer for CMS

diff --git a/index.html b/index.html index ab3f2a40de..8f4ca24f30 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@

Now Available

-

Infinispan 15.0.8

+

Infinispan 15.0.9

Download Now

diff --git a/tutorials/embedded/step-1.html b/tutorials/embedded/step-1.html index e53057799a..7d3a8df69f 100644 --- a/tutorials/embedded/step-1.html +++ b/tutorials/embedded/step-1.html @@ -130,7 +130,7 @@

The Weather App

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-core</artifactId> - <version>15.0.8.Final</version> + <version>15.0.9.Final</version> </dependency>