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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 29790e53 Update latest release m-compiler-p, m-dependency-analyzer
29790e53 is described below

commit 29790e5382a1a78ac677341e3123198708b8421a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Feb 2 08:53:16 2026 +0100

    Update latest release m-compiler-p, m-dependency-analyzer
---
 content/markdown/plugins/index.md | 4 ++--
 content/markdown/shared/index.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/markdown/plugins/index.md 
b/content/markdown/plugins/index.md
index d22563e8..642961fc 100644
--- a/content/markdown/plugins/index.md
+++ b/content/markdown/plugins/index.md
@@ -38,8 +38,8 @@ To see the most up-to-date list browse the Maven repository, 
specifically the [`
 
|:-----------------------------------------------------------------------|:----------|:--------------|:-----------------|:------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
 | **Core plugins**                                                       ||    
           |                  | **Plugins corresponding to default core phases 
(ie. clean, compile). They may have multiple goals as well.**                   
                                                                                
                                                                                
                                                 |||
 | [ `clean`](/plugins/maven-clean-plugin/)                               | B   
      | 3.5.0         | 2025-05-27       | Clean up after the build.            
                                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-clean-plugin.git) / 
[GitHub](https://github.com/apache/maven-clean-plugin/)                         
      | [GitHub Issues](https://github.com/apache/maven-clean-plugin/issues)    
            |
-| [ `compiler`](/plugins/maven-compiler-plugin/)                         | B   
      | 3.14.1        | 2025-09-18       | Compiles Java sources.               
                                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / 
[GitHub](https://github.com/apache/maven-compiler-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)    
         
-| [ `compiler 4.x`](/plugins/maven-compiler-plugin-4.x/)                 | B   
      | 4.0.0-beta-3  | 2025-10-15       | Compiles Java sources.               
                                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / 
[GitHub](https://github.com/apache/maven-compiler-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)    
         
+| [ `compiler`](/plugins/maven-compiler-plugin/)                         | B   
      | 3.15.0        | 2026-01-27       | Compiles Java sources.               
                                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / 
[GitHub](https://github.com/apache/maven-compiler-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)    
         
+| [ `compiler 4.x`](/plugins/maven-compiler-plugin-4.x/)                 | B   
      | 4.0.0-beta-4  | 2026-01-27       | Compiles Java sources.               
                                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / 
[GitHub](https://github.com/apache/maven-compiler-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)    
         
 | [ `deploy`](/plugins/maven-deploy-plugin/)                             | B   
      | 3.1.4         | 2025-02-23       | Deploy the built artifact to the 
remote repository.                                             | 
[Git](https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git) / 
[GitHub](https://github.com/apache/maven-deploy-plugin/)                        
     | [GitHub Issues](https://github.com/apache/maven-deploy-plugin/issues)    
           |
 | [ `failsafe`](/surefire/maven-failsafe-plugin/)                        | B   
      | 3.5.4         | 2025-09-14       | Run the JUnit integration tests in 
an isolated classloader.                                     | 
[Git](https://gitbox.apache.org/repos/asf/maven-surefire.git) / 
[GitHub](https://github.com/apache/maven-surefire/)                             
          | [GitHub Issues](https://github.com/apache/maven-surefire/issues)    
                |
 | [ `install`](/plugins/maven-install-plugin/)                           | B   
      | 3.1.4         | 2025-02-24       | Install the built artifact into the 
local repository.                                           | 
[Git](https://gitbox.apache.org/repos/asf/maven-install-plugin.git) / 
[GitHub](https://github.com/apache/maven-install-plugin/)                       
    | [GitHub Issues](https://github.com/apache/maven-install-plugin/issues)    
          |
diff --git a/content/markdown/shared/index.md b/content/markdown/shared/index.md
index 39c31088..48d70337 100644
--- a/content/markdown/shared/index.md
+++ b/content/markdown/shared/index.md
@@ -26,7 +26,7 @@ The shared components are currently under transition to Maven 
3.x only component
 | [ `file-management`](/shared/file-management/)                             | 
3.2.0       | 2025-04-13       | API to collect files from a given directory 
using several include/exclude rules.                                | 
[Git](https://gitbox.apache.org/repos/asf/maven-file-management.git) / 
[GitHub](https://github.com/apache/maven-file-management/)                 | 
[GitHub Issues](https://github.com/apache/maven-file-management/issues)         
|
 | [ `maven-archiver`](/shared/maven-archiver/)                               | 
3.6.6        | 2025-12-20       | Is mainly used by plugins to handle 
packaging.                                                                  | 
[Git](https://gitbox.apache.org/repos/asf/maven-archiver.git) / 
[GitHub](https://github.com/apache/maven-archiver/)                             
  | [GitHub Issues](https://github.com/apache/maven-archiver/issues)            
    
 | [ `maven-common-artifact-filters`](/shared/maven-common-artifact-filters/) | 
3.4.0       | 2024-06-05       | Filters lists of Artifact instances.           
                                                                 | 
[Git](https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git) / 
[GitHub](https://github.com/apache/maven-common-artifact-filters/) | [GitHub 
Issues](https://github.com/apache/maven-common-artifact-filters/issues) |
-| [ `maven-dependency-analyzer`](/shared/maven-dependency-analyzer/)         | 
1.16.0      | 2025-04-14       | Maven Dependency Analyzer component.           
                                                                 | 
[Git](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) / 
[GitHub](https://github.com/apache/maven-dependency-analyzer/)         | 
[GitHub Issues](https://github.com/apache/maven-dependency-analyzer/issues)     
|
+| [ `maven-dependency-analyzer`](/shared/maven-dependency-analyzer/)         | 
1.17.0      | 2026-01-29       | Maven Dependency Analyzer component.           
                                                                 | 
[Git](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) / 
[GitHub](https://github.com/apache/maven-dependency-analyzer/)         | 
[GitHub Issues](https://github.com/apache/maven-dependency-analyzer/issues)     
 | [ `maven-dependency-tree`](/shared/maven-dependency-tree/)                 | 
3.3.0       | 2024-05-29       | Maven Dependency Tree constructs a tree model 
of a Maven project's dependencies.                                | 
[Git](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) / 
[GitHub](https://github.com/apache/maven-dependency-tree/)                 | 
[GitHub Issues](https://github.com/apache/maven-dependency-tree/issues)         
|
 | [ `maven-doxia-tools`](/doxia/doxia-sitetools/doxia-integration-tools/)    | 
                              || moved to [ 
`doxia-integration-tools`](/doxia/doxia-sitetools/doxia-integration-tools/)     
                                                                                
                                                                                
        ||                                                                      
           |
 | [ `maven-filtering`](/shared/maven-filtering/)                             | 
3.4.0       | 2024-08-28       | Components for filtering resources.            
                                                                 | 
[Git](https://gitbox.apache.org/repos/asf/maven-filtering.git) / 
[GitHub](https://github.com/apache/maven-filtering/)                            
 | [GitHub Issues](https://github.com/apache/maven-filtering/issues)            
   |

Reply via email to