This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 37f341b853e9a1113ee3ad226667e2d0b092cc2d
Author: Robert Lazarski <[email protected]>
AuthorDate: Sat Apr 11 09:28:40 2026 -1000

    Fix version references: Axis2 2.0 -> 2.0.1 across site docs
    
    The next release is 2.0.1, not 2.0. Fixed "Axis2 2.0" references
    in architecture guide, JSON/Spring Boot guides, and OpenAPI guide.
    Excludes license headers ("Apache License, Version 2.0") and
    protocol references ("JSON-RPC 2.0") which are correct as-is.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 src/site/xdoc/docs/Axis2ArchitectureGuide.xml             | 12 ++++++------
 src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml |  4 ++--
 src/site/xdoc/docs/json-springboot-userguide.xml          |  4 ++--
 src/site/xdoc/docs/openapi-rest-userguide.xml             |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/site/xdoc/docs/Axis2ArchitectureGuide.xml 
b/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
index 6c8f38ded2..949f5e11f1 100644
--- a/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
+++ b/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
@@ -47,7 +47,7 @@ and how to get involved.</p>
   <ul>
   <li><a href="#handler-chain-differentiator">The Handler Chain as 
Architectural Differentiator</a></li>
   <li><a href="#modern-deployment">Modern Deployment Targets</a></li>
-  <li><a href="#whats-new-2">What's New in 2.0</a></li>
+  <li><a href="#whats-new-2">What's New in 2.0.1</a></li>
   <li><a href="#architecture-at-a-glance">Architecture at a Glance</a></li>
   <li><a href="#contributing">Where to Contribute</a></li>
   </ul>
@@ -106,7 +106,7 @@ and how to get involved.</p>
 <a name="modern-overview" id="modern-overview"></a>
 <h2>Axis2 in 2026: Multi-Protocol Platform</h2>
 
-<p>Axis2 2.0 delivers JSON-RPC, REST+OpenAPI, Model Context Protocol (MCP),
+<p>Axis2 2.0.1 delivers JSON-RPC, REST+OpenAPI, Model Context Protocol (MCP),
 and classic SOAP -- all from one deployment artifact, all processed by the
 same handler chain. A service written as a plain Java class can simultaneously
 accept SOAP/XML requests, JSON-RPC calls, RESTful HTTP requests with
@@ -115,7 +115,7 @@ frameworks, no glue code, no protocol-specific deployment 
descriptors.</p>
 
 <p>This is possible because the handler-chain architecture designed in 2004
 was protocol-agnostic from the start. Messages enter a pipeline of phases
-and handlers regardless of wire format. Axis2 2.0 extends that pipeline with
+and handlers regardless of wire format. Axis2 2.0.1 extends that pipeline with
 new dispatchers and message receivers that understand JSON and MCP, while
 every existing SOAP handler, module, and service continues to work
 unchanged.</p>
@@ -155,7 +155,7 @@ and MCP traffic alike.</p>
 <a name="modern-deployment" id="modern-deployment"></a>
 <h3>Modern Deployment Targets</h3>
 
-<p>Axis2 2.0 runs on current Java platforms and application servers:</p>
+<p>Axis2 2.0.1 runs on current Java platforms and application servers:</p>
 
 <table border="1" cellpadding="4" cellspacing="0">
 <tr>
@@ -187,9 +187,9 @@ Tested on 17, 21, and 25. The CI builds with
 
 <!-- =============================================================== -->
 <a name="whats-new-2" id="whats-new-2"></a>
-<h3>What's New in 2.0</h3>
+<h3>What's New in 2.0.1</h3>
 
-<p>The following features are new or substantially reworked in Axis2 2.0:</p>
+<p>The following features are new or substantially reworked in Axis2 2.0.1:</p>
 
 <dl>
 <dt><strong>JSON-RPC Message Receivers</strong></dt>
diff --git a/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml 
b/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml
index 25d887d75e..da5bdb3543 100644
--- a/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml
+++ b/src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml
@@ -39,7 +39,7 @@ enterprise big data processing, including large payload 
handling (50MB+), connec
 streaming optimization, and memory-efficient processing within 2GB heap 
constraints.
 </p>
 
-<p><strong>New in Axis2 2.0:</strong> Complete HTTP/2 transport implementation 
with enterprise
+<p><strong>New in Axis2 2.0.1:</strong> Complete HTTP/2 transport 
implementation with enterprise
 big data processing capabilities, streaming optimization for large JSON 
payloads, and
 production-ready performance enhancements.</p>
 <p>More docs concerning Axis2 and JSON can be found in the <a href="
@@ -133,7 +133,7 @@ This is a notable milestone: the previous Axis2/C release 
was 1.6 in 2009.
 
 <h2>HTTP/2 Transport Features</h2>
 
-<p>Axis2 2.0 introduces a complete HTTP/2 transport implementation designed 
for enterprise
+<p>Axis2 2.0.1 introduces a complete HTTP/2 transport implementation designed 
for enterprise
 big data processing requirements. The HTTP/2 transport provides significant 
performance
 improvements over HTTP/1.1, especially for large JSON payloads and concurrent 
requests.
 For comprehensive HTTP/2 configuration details and advanced features, see the
diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml 
b/src/site/xdoc/docs/json-springboot-userguide.xml
index d864bd026b..225d1d91f9 100644
--- a/src/site/xdoc/docs/json-springboot-userguide.xml
+++ b/src/site/xdoc/docs/json-springboot-userguide.xml
@@ -38,7 +38,7 @@ enterprise big data processing, including large payload 
handling (50MB+), connec
 streaming optimization, and memory-efficient processing within 2GB heap 
constraints.
 </p>
 
-<p><strong>New in Axis2 2.0:</strong> Complete HTTP/2 transport implementation 
with enterprise
+<p><strong>New in Axis2 2.0.1:</strong> Complete HTTP/2 transport 
implementation with enterprise
 big data processing capabilities, streaming optimization for large JSON 
payloads, and
 production-ready performance enhancements.</p>
 <p>More docs concerning Axis2 and JSON can be found in the <a href="
@@ -71,7 +71,7 @@ prefix the subject of the mail with [Axis2].</p>
 
 <h2>HTTP/2 Transport Features</h2>
 
-<p>Axis2 2.0 introduces a complete HTTP/2 transport implementation designed 
for enterprise
+<p>Axis2 2.0.1 introduces a complete HTTP/2 transport implementation designed 
for enterprise
 big data processing requirements. The HTTP/2 transport provides significant 
performance
 improvements over HTTP/1.1, especially for large JSON payloads and concurrent 
requests.
 For comprehensive HTTP/2 configuration details and advanced features, see the
diff --git a/src/site/xdoc/docs/openapi-rest-userguide.xml 
b/src/site/xdoc/docs/openapi-rest-userguide.xml
index aab0e4483f..994680e02b 100644
--- a/src/site/xdoc/docs/openapi-rest-userguide.xml
+++ b/src/site/xdoc/docs/openapi-rest-userguide.xml
@@ -83,7 +83,7 @@ prefix the subject of the mail with [Axis2].</p>
 
 <h2>OpenAPI Integration Features</h2>
 
-<p>Axis2 2.0 provides comprehensive OpenAPI 3.0.1 integration designed for 
enterprise
+<p>Axis2 2.0.1 provides comprehensive OpenAPI 3.0.1 integration designed for 
enterprise
 REST services and drop-in backend replacement scenarios. The OpenAPI module 
offers
 flexible generation modes to balance automatic documentation with real-world 
usage patterns.</p>
 

Reply via email to