Skip to content

Commit 27f974d

Browse files
committed
update site content for qpid-jms 1.15.0
1 parent 798c8ae commit 27f974d

File tree

40 files changed

+1717
-35
lines changed

40 files changed

+1717
-35
lines changed

content/components/jms/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2 id="jms-with-the-strength-of-amqp">JMS with the strength of AMQP</h2>
128128

129129
<p>For a release using Jakarta Messaging 3.1 (jakarta.jms), see the <a href="/releases/qpid-jms-2.8.0/index.html">2.8.0 release</a>.</p>
130130

131-
<p>For a release using Jakarta Messaging 2.0 (javax.jms), see the <a href="/releases/qpid-jms-1.14.0/index.html">1.14.0 release</a>.</p>
131+
<p>For a release using Jakarta Messaging 2.0 (javax.jms), see the <a href="/releases/qpid-jms-1.15.0/index.html">1.15.0 release</a>.</p>
132132

133133
</div>
134134

@@ -165,7 +165,7 @@ <h2 id="releases">Releases</h2>
165165

166166
<ul>
167167
<li><a href="/releases/qpid-jms-2.8.0">Qpid JMS 2.8.0</a></li>
168-
<li><a href="/releases/qpid-jms-1.14.0/index.html">Qpid JMS 1.14.0</a></li>
168+
<li><a href="/releases/qpid-jms-1.15.0/index.html">Qpid JMS 1.15.0</a></li>
169169
<li><a href="/releases/index.html#past-releases">Past releases</a></li>
170170
</ul>
171171

content/download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ <h2 id="messaging-apis">Messaging APIs</h2>
154154
</tr>
155155
<tr>
156156
<td><a href="/components/jms/index.html">Qpid JMS</a> (javax.jms)</td>
157-
<td>1.14.0</td>
158-
<td><a href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.14.0/apache-qpid-jms-1.14.0-src.tar.gz&amp;action=download">Source</a> (<a href="https://downloads.apache.org/qpid/jms/1.14.0/apache-qpid-jms-1.14.0-src.tar.gz.asc">ASC</a>, <a href="https://downloads.apache.org/qpid/jms/1.14.0/apache-qpid-jms-1.14.0-src.tar.gz.sha512">SHA512</a>), <a href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.14.0/apache-qpid-jms-1.14.0-bin.tar.gz&amp;action=download">Binary</a> (<a href="https://downloads.apache.org/qpid/jms/1.14.0/apache-qpid-jms-1.14.0-bin.tar.gz.asc">ASC</a>, <a href="https://downloads.apache.org/qpid/jms/1.14.0/apache-qpid-jms-1.14.0-bin.tar.gz.sha512">SHA512</a>)</td>
159-
<td><a href="/releases/qpid-jms-1.14.0/index.html">Release Page</a>, <a href="maven.html">Maven</a></td>
157+
<td>1.15.0</td>
158+
<td><a href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.15.0/apache-qpid-jms-1.15.0-src.tar.gz&amp;action=download">Source</a> (<a href="https://downloads.apache.org/qpid/jms/1.15.0/apache-qpid-jms-1.15.0-src.tar.gz.asc">ASC</a>, <a href="https://downloads.apache.org/qpid/jms/1.15.0/apache-qpid-jms-1.15.0-src.tar.gz.sha512">SHA512</a>), <a href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.15.0/apache-qpid-jms-1.15.0-bin.tar.gz&amp;action=download">Binary</a> (<a href="https://downloads.apache.org/qpid/jms/1.15.0/apache-qpid-jms-1.15.0-bin.tar.gz.asc">ASC</a>, <a href="https://downloads.apache.org/qpid/jms/1.15.0/apache-qpid-jms-1.15.0-bin.tar.gz.sha512">SHA512</a>)</td>
159+
<td><a href="/releases/qpid-jms-1.15.0/index.html">Release Page</a>, <a href="maven.html">Maven</a></td>
160160
</tr>
161161
<tr>
162162
<td><a href="/proton/index.html">Qpid Proton-J</a></td>

content/maven.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 id="qpid-jms">Qpid JMS</h2>
137137
<span class="nt">&lt;dependency&gt;</span>
138138
<span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
139139
<span class="nt">&lt;artifactId&gt;</span>qpid-jms-client<span class="nt">&lt;/artifactId&gt;</span>
140-
<span class="nt">&lt;version&gt;</span>1.14.0<span class="nt">&lt;/version&gt;</span>
140+
<span class="nt">&lt;version&gt;</span>1.15.0<span class="nt">&lt;/version&gt;</span>
141141
<span class="nt">&lt;/dependency&gt;</span>
142142
</pre></div>
143143

content/releases/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ <h2 id="current-releases">Current releases</h2>
127127
<div class="two-column">
128128

129129
<ul>
130+
<li><a href="qpid-jms-1.15.0/index.html">Qpid JMS 1.15.0</a>, September 2025</li>
130131
<li><a href="qpid-protonj2-1.0.0/index.html">Qpid ProtonJ2 1.0.0</a>, August 2025 </li>
131132
<li><a href="qpid-jms-2.8.0/index.html">Qpid JMS 2.8.0</a>, August 2025</li>
132-
<li><a href="qpid-jms-1.14.0/index.html">Qpid JMS 1.14.0</a>, August 2025</li>
133133
<li><a href="qpid-broker-j-9.2.1/index.html">Qpid Broker-J 9.2.1</a>, February 2025</li>
134134
<li><a href="qpid-proton-dotnet-1.0.0-M11/index.html">Qpid proton-dotnet 1.0.0-M11</a>, February 2025 </li>
135135
<li><a href="qpid-proton-0.40.0/index.html">Qpid Proton 0.40.0</a>, November 2024</li>
@@ -148,6 +148,7 @@ <h2 id="past-releases">Past releases</h2>
148148
<div class="two-column">
149149

150150
<ul>
151+
<li><a href="qpid-jms-1.14.0/index.html">Qpid JMS 1.14.0</a>, August 2025</li>
151152
<li><a href="qpid-protonj2-1.0.0-M23/index.html">Qpid ProtonJ2 1.0.0-M23</a>, February 2025</li>
152153
<li><a href="qpid-jms-2.7.0/index.html">Qpid JMS 2.7.0</a>, February 2025</li>
153154
<li><a href="qpid-jms-1.13.0/index.html">Qpid JMS 1.13.0</a>, February 2025</li>

content/releases/qpid-jms-0.60.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("0.60.1" === "2.8.0") || "0.60.1" === "1.14.0") {
179+
if ("0.60.1" === "2.8.0") || "0.60.1" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

content/releases/qpid-jms-0.61.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("0.61.0" === "2.8.0" || "0.61.0" === "1.14.0") {
179+
if ("0.61.0" === "2.8.0" || "0.61.0" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

content/releases/qpid-jms-1.10.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("1.10.0" === "2.8.0" || "1.10.0" === "1.14.0") {
179+
if ("1.10.0" === "2.8.0" || "1.10.0" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

content/releases/qpid-jms-1.11.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("1.11.0" === "2.8.0" || "1.11.0" === "1.14.0") {
179+
if ("1.11.0" === "2.8.0" || "1.11.0" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

content/releases/qpid-jms-1.12.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("1.12.0" === "2.8.0" || "1.12.0" === "1.14.0") {
179+
if ("1.12.0" === "2.8.0" || "1.12.0" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

content/releases/qpid-jms-1.12.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="more-information">More information</h2>
176176

177177
<script type="text/javascript">
178178
_deferredFunctions.push(function() {
179-
if ("1.12.1" === "2.8.0" || "1.12.1" === "1.14.0") {
179+
if ("1.12.1" === "2.8.0" || "1.12.1" === "1.15.0") {
180180
_modifyCurrentReleaseLinks();
181181
}
182182
});

0 commit comments

Comments
 (0)