Skip to content

Commit

Permalink
Published master to GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Oct 2, 2024
1 parent 3e4bb69 commit 4a78d24
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ <h2>Get the latest downloads available for the current stable and development re
</div>
</div>
<div class="width-12-12 callout orange margin-tb-xs">
<h3 class="margin-tb-0">Current Stable Release: Infinispan 15.0.8.Final</h3>
<h3 class="margin-tb-0">Current Stable Release: Infinispan 15.0.9.Final</h3>
<br/>
<div class="grid-wrapper">
<div class="width-3-12 width-12-12-m">
<b>"I'm Still Standing"</b><br/>
<b>Release date: 2024/08/21</b>
<b>Release date: 2024/09/25</b>
</div>
<div class="width-3-12 width-12-12-m">
<i class="fas fa-download text-orange"></i> <a href="https://downloads.jboss.org/infinispan/15.0.8.Final/infinispan-server-15.0.8.Final.zip">Server</a> <a href="https://downloads.jboss.org/infinispan/15.0.8.Final/infinispan-server-15.0.8.Final.zip.sha1">(SHA-1)</a><br/>
<i class="fas fa-download text-orange"></i> <a href="https://github.com/infinispan/infinispan-quarkus/releases/tag/15.0.8.Final">CLI</a>
<i class="fas fa-download text-orange"></i> <a href="https://downloads.jboss.org/infinispan/15.0.9.Final/infinispan-server-15.0.9.Final.zip">Server</a> <a href="https://downloads.jboss.org/infinispan/15.0.9.Final/infinispan-server-15.0.9.Final.zip.sha1">(SHA-1)</a><br/>
<i class="fas fa-download text-orange"></i> <a href="https://github.com/infinispan/infinispan-quarkus/releases/tag/15.0.9.Final">CLI</a>
</div>
<div class="width-3-12 width-12-12-m">
<i class="fas fa-pencil-alt text-orange"></i> <a href="/release-notes#15.0">Release Notes</a><br/>
<i class="fas fa-bug text-orange"></i> <a href="https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12431363">Fixed issues</a>
<i class="fas fa-bug text-orange"></i> <a href="https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12432177">Fixed issues</a>
</div>
<div class="width-3-12 width-12-12-m">
<i class="fas fa-cloud-download-alt text-orange"></i> <a href="/download/stable/dependency-coordinates.html">Dependency Coordinates</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion download/stable/cli-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Container Image</h1>

<div class="width-12-12">
<p>Use the Infinispan CLI image on your favorite container platform (Docker, OCI, etc.) with the following command:</p>
<p><code>docker pull quay.io/infinispan/cli:15.0.8.Final-1</code></p>
<p><code>docker pull quay.io/infinispan/cli:15.0.9.Final-1</code></p>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions download/stable/dependency-coordinates.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h6>Maven</h6>
&lt;dependency&gt;
&lt;groupId&gt;org.infinispan&lt;/groupId&gt;
&lt;artifactId&gt;infinispan-core&lt;/artifactId&gt;
&lt;version&gt;15.0.8.Final&lt;/version&gt;
&lt;version&gt;15.0.9.Final&lt;/version&gt;
&lt;/dependency&gt;
</pre>

Expand All @@ -107,7 +107,7 @@ <h6>Gradle</h6>
<pre>
dependencies {
...
implementation 'org.infinispan:infinispan-core:15.0.8.Final'
implementation 'org.infinispan:infinispan-core:15.0.9.Final'
...
}
</pre>
Expand All @@ -116,7 +116,7 @@ <h6>Ivy</h6>
<pre>
&lt;dependencies&gt;
...
&lt;dependency org="org.infinispan" name="infinispan-core" version="15.0.8.Final"/&gt;
&lt;dependency org="org.infinispan" name="infinispan-core" version="15.0.9.Final"/&gt;
...
&lt;/dependencies&gt;
</pre>
Expand Down
2 changes: 1 addition & 1 deletion download/stable/native-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Container Image</h1>

<div class="width-12-12">
<p>Use the Infinispan Server image on your favorite container platform (Docker, OCI, etc.) with the following command:</p>
<p><code>docker pull quay.io/infinispan/server-native:15.0.8.Final-1</code></p>
<p><code>docker pull quay.io/infinispan/server-native:15.0.9.Final-1</code></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2024-10-02T12:26:24+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan as an Open Source cache layer for CMS</title><link href="https://infinispan.org/blog/2024/06/21/cms-cache" rel="alternate" type="text/html" title="Infinispan as an Open Source cache layer for CMS" /><published>2024-06-21T02:00:00+02:00</published><updated>2024-06-21T02:00:00+02:00</updated><id>https://infinispan.org/blog/2024/06/21/cms-cache</id><content type="html" xml:base="https://infinispan.org/blog/2024/06/21/cms-cache"><![CDATA[<div class="sect1">
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2024-10-02T12:34:02+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan as an Open Source cache layer for CMS</title><link href="https://infinispan.org/blog/2024/06/21/cms-cache" rel="alternate" type="text/html" title="Infinispan as an Open Source cache layer for CMS" /><published>2024-06-21T02:00:00+02:00</published><updated>2024-06-21T02:00:00+02:00</updated><id>https://infinispan.org/blog/2024/06/21/cms-cache</id><content type="html" xml:base="https://infinispan.org/blog/2024/06/21/cms-cache"><![CDATA[<div class="sect1">
<h2 id="infinispan-as-an-open-source-cache-layer-for-cms">Infinispan as an Open Source cache layer for CMS</h2>
<div class="sectionbody">
<div class="paragraph">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h5>
</div>
<div class="width-4-12 heroversioncontent">
<p class="nowavailable">Now Available</p>
<h3 class="heroversion">Infinispan 15.0.8</h3>
<h3 class="heroversion">Infinispan 15.0.9</h3>
<p class="moreinfo"><a href="/download/">Download Now</a></p>
</div>
<div class="grid__item width-2-12"></div>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/embedded/step-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h4>The Weather App</h4>
&lt;dependency&gt;
&lt;groupId&gt;org.infinispan&lt;/groupId&gt;
&lt;artifactId&gt;infinispan-core&lt;/artifactId&gt;
&lt;version&gt;15.0.8.Final&lt;/version&gt;
&lt;version&gt;15.0.9.Final&lt;/version&gt;
&lt;/dependency&gt;
</pre>
<p>
Expand Down

0 comments on commit 4a78d24

Please sign in to comment.