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

dblevins pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/main by this push:
     new 4406e53  TOMEE-3981 update javadoc to reflect updates on Jakarta EE
     new e2f20f2  Merge pull request #50 from sultan/update-javadoc
4406e53 is described below

commit 4406e535733f9d7b87ce2b54a72b55a1cb1aaa6c
Author: Swell <5782559+sul...@users.noreply.github.com>
AuthorDate: Tue Oct 4 10:39:25 2022 +0200

    TOMEE-3981 update javadoc to reflect updates on Jakarta EE
---
 src/main/java/org/apache/tomee/website/Configuration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/tomee/website/Configuration.java 
b/src/main/java/org/apache/tomee/website/Configuration.java
index c83913c..1ea81b6 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -157,7 +157,7 @@ public class Configuration {
                 new Source("https://github.com/eclipse/microprofile-metrics";, 
"4.0.1", 
"microprofile-5.0-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
                 new Source("https://github.com/eclipse/microprofile-open-api";, 
"3.0", 
"microprofile-5.0-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
                 new 
Source("https://github.com/eclipse/microprofile-opentracing";, "3.0", 
"microprofile-5.0-repos/opentracing").filterJavadoc(".*/api/src/main/java/.*", 
""),
-                new 
Source("https://github.com/eclipse/microprofile-rest-client";, "3.0", 
"microprofile-5.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", 
""),
+                new 
Source("https://github.com/eclipse/microprofile-rest-client";, "3.0.1", 
"microprofile-5.0-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*", 
""),
         };
 
         final Source[] microProfile4 = new Source[]{

Reply via email to