File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/htmlunit/websocket/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.htmlunit</groupId >
7
7
<artifactId >htmlunit-websocket-client</artifactId >
8
- <version >4.5.0 </version >
8
+ <version >4.6.0-SNAPSHOT </version >
9
9
10
10
<name >HtmlUnit WebSocket Client</name >
11
11
<organization >
156
156
<plugin >
157
157
<groupId >org.apache.maven.plugins</groupId >
158
158
<artifactId >maven-javadoc-plugin</artifactId >
159
- <version >3.10 .1</version >
159
+ <version >3.11 .1</version >
160
160
<configuration >
161
161
<quiet >true</quiet >
162
162
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
Original file line number Diff line number Diff line change 21
21
*/
22
22
public class Main {
23
23
public static void main (String [] args ) {
24
- System .out .println ("HtmlUnit WebSocket Client" );
25
- }
24
+ System .out .println ("HtmlUnit WebSocket Client" );
25
+ }
26
26
}
You can’t perform that action at this time.
0 commit comments