File tree Expand file tree Collapse file tree
httpclient5-jakarta-rest-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989 <build >
9090 <plugins >
91+ <plugin >
92+ <groupId >com.github.siom79.japicmp</groupId >
93+ <artifactId >japicmp-maven-plugin</artifactId >
94+ <configuration >
95+ <skip >true</skip >
96+ </configuration >
97+ </plugin >
9198 <plugin >
9299 <groupId >org.codehaus.mojo</groupId >
93100 <artifactId >animal-sniffer-maven-plugin</artifactId >
98105 </plugins >
99106 </build >
100107
108+ <reporting >
109+ <plugins >
110+ <plugin >
111+ <artifactId >maven-project-info-reports-plugin</artifactId >
112+ <inherited >false</inherited >
113+ <reportSets >
114+ <reportSet >
115+ <reports >
116+ <report >index</report >
117+ <report >dependencies</report >
118+ <report >dependency-info</report >
119+ <report >summary</report >
120+ </reports >
121+ </reportSet >
122+ </reportSets >
123+ </plugin >
124+ </plugins >
125+ </reporting >
126+
101127</project >
Original file line number Diff line number Diff line change 7777 </dependency >
7878 </dependencies >
7979
80+ <build >
81+ <plugins >
82+ <plugin >
83+ <groupId >com.github.siom79.japicmp</groupId >
84+ <artifactId >japicmp-maven-plugin</artifactId >
85+ <configuration >
86+ <skip >true</skip >
87+ </configuration >
88+ </plugin >
89+ </plugins >
90+ </build >
91+
8092 <reporting >
8193 <plugins >
8294 <plugin >
96108 </plugins >
97109 </reporting >
98110
99- <build >
100- <plugins >
101- <plugin >
102- <groupId >com.github.siom79.japicmp</groupId >
103- <artifactId >japicmp-maven-plugin</artifactId >
104- <configuration >
105- <skip >true</skip >
106- </configuration >
107- </plugin >
108- </plugins >
109- </build >
110-
111-
112111</project >
Original file line number Diff line number Diff line change 105105 </plugin >
106106 </plugins >
107107 </build >
108+
109+ <reporting >
110+ <plugins >
111+ <plugin >
112+ <artifactId >maven-project-info-reports-plugin</artifactId >
113+ <inherited >false</inherited >
114+ <reportSets >
115+ <reportSet >
116+ <reports >
117+ <report >index</report >
118+ <report >dependencies</report >
119+ <report >dependency-info</report >
120+ <report >summary</report >
121+ </reports >
122+ </reportSet >
123+ </reportSets >
124+ </plugin >
125+ </plugins >
126+ </reporting >
127+
108128</project >
Original file line number Diff line number Diff line change 556556 <links >
557557 <link >https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link >
558558 <link >https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link >
559- <link >${project.url} /httpclient5/apidocs/</link >
559+ <link >https://hc.apache.org/httpcomponents-client-5.7.x/current /httpclient5/apidocs/</link >
560560 </links >
561561 <groups >
562562 <group >
588588 <packages >org.apache.hc.client5.http.sse*</packages >
589589 </group >
590590 <group >
591- <title >Apache HttpClient SSE </title >
591+ <title >Apache HttpClient WebSocket </title >
592592 <packages >org.apache.hc.client5.http.websocket*</packages >
593593 </group >
594594
You can’t perform that action at this time.
0 commit comments